|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by all components where actions can be registered. This means that the components lets others to register as action handlers to it. When the component receives an action targeting its contents it should loop all action handlers registered to it and let them hanle the action.
Method Summary | |
void |
addActionHandler(Action.Handler actionHandler)
Registers a new action handler for this container |
void |
removeActionHandler(Action.Handler actionHandler)
Remove a previously registered action handler for the contents of this container. |
Method Detail |
public void addActionHandler(Action.Handler actionHandler)
actionHandler
- the new handler to be added.public void removeActionHandler(Action.Handler actionHandler)
actionHandler
- the handler to be removed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |