Package com.smartgwt.client.widgets.tree
Interface DataChangedHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDataChanged(DataChangedEvent event) Called when the structure of this tree is changed in any way.
- 
Method Details- 
onDataChangedCalled 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:
- event- the event
 
 
-