|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents a command that is to be executed some time in future.
CommandEngine| Method Summary | |
java.lang.String |
getDescription(java.lang.Object param)
Generate an text description of what this command will do. |
int |
invoke(java.lang.Object param)
This method performs a action on the object. |
| Method Detail |
public java.lang.String getDescription(java.lang.Object param)
param - The object passed when this executes.
public int invoke(java.lang.Object param)
param - Parameter specified for the command.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||