Package com.smartgwt.client.widgets.tree
Interface HasDataChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 ResultTree,Tree
- 
Method Summary
Modifier and TypeMethodDescriptionaddDataChangedHandler(DataChangedHandler handler) Called when the structure of this tree is changed in any way.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addDataChangedHandler
Called when the structure of this tree is changed in any way.
Note that on a big change (many items being added or deleted) this may be called multiple times- Parameters:
 handler- the dataChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -