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 method fired whenever this TreeGrid receives new data nodes from the dataSource.
|
com.google.gwt.event.shared.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