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