|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface ActionInterface
ActionInterface allows a user to query an object for actions that can be performed on it (for example through a popup menu). It also provides a callback which allows the user of this object to indicate which action occurred on it.
CommandsInterface| Method Summary | |
|---|---|
abstract java.lang.Object |
getActions()
Deprecated. Returns an object which contains the actions that can be performed. |
abstract void |
performAction(java.lang.Object action)
Deprecated. Directs an object to perform an action. |
| Method Detail |
|---|
java.lang.Object getActions()
void performAction(java.lang.Object action)
action - an object containing the action to be performed
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||