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