|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--VASSAL.command.Command
|
+--VASSAL.command.NullCommand
| Constructor Summary | |
NullCommand()
|
|
| Method Summary | |
protected void |
executeCommand()
Perform the action which this Command represents |
boolean |
isNull()
|
protected Command |
myUndoCommand()
If the action can be undone, return a Command that performs the inverse action. |
| Methods inherited from class VASSAL.command.Command |
append, execute, getSubCommands, getUndoCommand, hasNullSubcommands, isLoggable, stripSubCommands, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NullCommand()
| Method Detail |
protected void executeCommand()
Command
executeCommand in class Commandprotected Command myUndoCommand()
CommandCommand.executeCommand(), not the actions of subcommands
myUndoCommand in class Commandpublic boolean isNull()
isNull in class Command
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||