public interface HasDataArrivedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDataArrivedHandler(DataArrivedHandler handler)
Notification method fired whenever this TreeGrid receives new data nodes from the dataSource.
|
fireEvent
HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
data
is a ResultTree
- either explicitly created and applied via TreeGrid.setData()
or automatically generated via a fetchData()
call.handler
- the dataArrived handlerHandlerRegistration
used to remove this handler