public interface HasNodeSelectedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addNodeSelectedHandler(NodeSelectedHandler handler)
Notification method fired when a node is selected.
|
com.google.gwt.event.shared.HandlerRegistration addNodeSelectedHandler(NodeSelectedHandler handler)
handler
- the onNodeSelected handlerHandlerRegistration
used to remove this handler