public interface HasDataArrivedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDataArrivedHandler(DataArrivedHandler handler)
Notification method fired when new data arrives from the server to be displayed in this tileGrid, (for example in
response to the user scrolling a new set of tiles into view).
|
fireEvent
HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
data
attribute is a ResultSet
. This
method is fired directly in response to dataArrived()
firing on the data object.handler
- the dataArrived handlerHandlerRegistration
used to remove this handler