Package gov.nasa.jpl.command
Class RedoCommand
java.lang.Object
gov.nasa.jpl.command.RedoCommand
- All Implemented Interfaces:
Command
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RedoCommand
public RedoCommand()
-
-
Method Details
-
execute
Executes the latest command in the redo stack. Implemented by performing the unExecute method of an UndoCommand.- Specified by:
execute
in interfaceCommand
- Throws:
CommandException
-
unExecute
Does not do anything. This is because redo will never be undone. This is done by using an undo command.- Specified by:
unExecute
in interfaceCommand
- Throws:
CommandException
-