|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasActionHandlers
Interface to register action handlers.
| Method Summary | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addActionHandler(java.lang.String actionName,
ActionHandler handler)
Registers the given handler for the specified action. |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Method Detail |
|---|
com.google.gwt.event.shared.HandlerRegistration addActionHandler(java.lang.String actionName,
ActionHandler handler)
actionName - the name of the action to listen tohandler - the object to be notified when the specified action occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||