CommandPattern 1.0.0
This package contains a collection of classes and interfaces to allow for quick and consistent implementation of the command pattern across projects.
|
Indicates a command can be undone More...
Public Member Functions | |
ICommand | GetUndoCommand () |
Creates a command to revert the changes of the implementing command More... | |
Indicates a command can be undone
ICommand SadSapphicGames.CommandPattern.IUndoable.GetUndoCommand | ( | ) |
Creates a command to revert the changes of the implementing command
Implemented in SadSapphicGames.CommandPattern.NullCommand, and SadSapphicGames.CommandPattern.NullCompositeCommand.