|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Action.Handler
Interface implemented by classes who wish to handle actions.
Method Summary | |
---|---|
Action[] |
getActions(java.lang.Object target,
java.lang.Object sender)
Gets the list of actions applicable to this handler. |
void |
handleAction(Action action,
java.lang.Object sender,
java.lang.Object target)
Handles an action for the given target. |
Method Detail |
---|
Action[] getActions(java.lang.Object target, java.lang.Object sender)
target
- the target handler to list actions for. For item
containers this is the item id.sender
- the party that would be sending the actions. Most of this
is the action container.
void handleAction(Action action, java.lang.Object sender, java.lang.Object target)
action
- the action to be handled.sender
- the sender of the action. This is most often the action
container.target
- the target of the action. For item containers this is the
item id.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |