Method | Description | |
---|---|---|
Execute ( ) : void |
Performs the desired action.
|
|
Undo ( ) : void |
Undoes the changes made by Execute.
|
Method | Description | |
---|---|---|
OnFirstExecute ( ) : void |
Template method to perform the desired action the first time.
|
|
OnRedo ( ) : void |
Template method to perform the desired action again.
|
|
OnUndo ( ) : void |
Template method to undo the changes made by OnFirstExecute or OnRedo.
|