public interface HasNodeAddedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addNodeAddedHandler(NodeAddedHandler handler)
Notification fired when an
EditNode has been added to the EditContext |
fireEvent
HandlerRegistration addNodeAddedHandler(NodeAddedHandler handler)
EditNode
has been added to the EditContexthandler
- the nodeAdded handlerHandlerRegistration
used to remove this handler