public interface DataArrivedHandler extends EventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onDataArrived(DataArrivedEvent event)
Notification method fired whenever this TreeGrid receives new data nodes from the dataSource.
|
void onDataArrived(DataArrivedEvent event)
data is a ResultTree - either explicitly created and applied via TreeGrid.setData() or automatically generated via a fetchData() call.event - the event