public interface Command
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
redo() |
void |
undo() |
void execute()
throws CommandException
CommandExceptionvoid undo()
void redo()
Copyright © 2017. All rights reserved.