Package com.smartgwt.client.tools
Interface HasNodeAddedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 EditContext
- 
Method Summary
Modifier and TypeMethodDescriptionaddNodeAddedHandler(NodeAddedHandler handler) Notification fired when anEditNodehas been added to the EditContextMethods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addNodeAddedHandler
Notification fired when anEditNodehas been added to the EditContext- Parameters:
 handler- the nodeAdded handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -