Interface DataAvailableHandler

  • All Superinterfaces:
    com.google.gwt.event.shared.EventHandler

    public interface DataAvailableHandler
    extends com.google.gwt.event.shared.EventHandler
    Handler for DataAvailableEvents.
    Since:
    7.4
    Author:
    Vaadin Ltd
    • Method Detail

      • onDataAvailable

        void onDataAvailable​(DataAvailableEvent event)
        Called when DataSource has data available. Supplied with row range.
        Parameters:
        availableRows - Range of rows available in the DataSource