com.smartgwt.client.widgets.tree.events
Interface HasDataArrivedHandlers

All Superinterfaces:
HasHandlers

public interface HasDataArrivedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
          Notification method fired whenever this TreeGrid recieves new data nodes from the dataSource.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addDataArrivedHandler

HandlerRegistration addDataArrivedHandler(DataArrivedHandler handler)
Notification method fired whenever this TreeGrid recieves new data nodes from the dataSource. Only applies to databound TreeGrids where data is a com.smartgwt.client..ResultTree - either explicitly created and applied via TreeGrid.setData(com.smartgwt.client.widgets.tree.Tree) or automatically generated via a TreeGrid.fetchData() call.

Parameters:
handler - the dataArrived handler
Returns:
HandlerRegistration used to remove this handler