public interface HasActionHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addActionHandler(String actionName,
ActionHandler handler)
Registers the given handler for the specified action.
|
com.google.gwt.event.shared.HandlerRegistration addActionHandler(String actionName, ActionHandler handler)
actionName - the name of the action to listen tohandler - the object to be notified when the specified action occursCopyright © 2004–2015 XWiki. All rights reserved.