Package com.smartgwt.client.tools
Interface NodeAddedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonNodeAdded(NodeAddedEvent event) Notification fired when anEditNodehas been added to the EditContext 
- 
Method Details
- 
onNodeAdded
Notification fired when anEditNodehas been added to the EditContext- Parameters:
 event- the event
 
 -