Class DataArrivedEvent


public class DataArrivedEvent extends BrowserEvent<DataArrivedHandler>
  • Constructor Details

  • Method Details

    • getFiringCanvas

      public Canvas getFiringCanvas()
      Returns the Canvas firing the event.
      Returns:
      Canvas firing the event
    • fire

      public static <S extends HasDataArrivedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
      Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.
      Type Parameters:
      S - The event source
      Parameters:
      source - the source of the handlers
      jsObj - the native event
    • getType

      public static GwtEvent.Type<DataArrivedHandler> getType()
      Gets the type associated with this event.
      Returns:
      returns the handler type
    • dispatch

      protected void dispatch(DataArrivedHandler handler)
      Specified by:
      dispatch in class GwtEvent<DataArrivedHandler>
    • getAssociatedType

      public final GwtEvent.Type<DataArrivedHandler> getAssociatedType()
      Specified by:
      getAssociatedType in class GwtEvent<DataArrivedHandler>
    • getStartRecord

      public int getStartRecord()
      starting index of the newly loaded set of records
      Returns:
      starting index of the newly loaded set of records
    • getEndRecord

      public int getEndRecord()
      ending index of the newly loaded set of records (non inclusive).
      Returns:
      ending index of the newly loaded set of records (non inclusive).