|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CommandInterface
This interface defines methods necessary to execute a state command.
| Method Summary | |
|---|---|
void |
execute()
Executes this command. |
java.lang.String |
getName()
Returns the name of this command. |
| Method Detail |
|---|
void execute()
throws CommandException
CommandException - There was a problem executing the command.java.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||