public interface HasDataArrivedHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addDataArrivedHandler(DataArrivedHandler handler)Notification fired when data has arrived from the server and has been successfully integrated into the cache. | 
com.google.gwt.event.shared.HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
 When
 dataArrived() fires, an immediate call to getRange() with the startRow and
 endRow passed as arguments will return a List with no loading markers.
handler - the dataArrived handlerHandlerRegistration used to remove this handler