|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionClassListener
Action class listener interface.
Nested Class Summary | |
---|---|
static class |
ActionClassListener.Adapter
Action class listener adapter. |
Method Summary | |
---|---|
void |
actionAdded(String id)
Called when an action has been added to the named action dictionary. |
void |
actionRemoved(String id,
Action action)
Called when an action has been removed from the named action dictionary. |
void |
actionUpdated(String id,
Action previousAction)
Called when an action has been updated in the named action dictionary. |
Method Detail |
---|
void actionAdded(String id)
id
- void actionUpdated(String id, Action previousAction)
id
- previousAction
- void actionRemoved(String id, Action action)
id
- action
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |