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.
|
The base class of all commands More...
Public Member Functions | |
abstract void | Execute () |
Executes the command, do not invoke directly, instead use a CommandStream. More... | |
abstract void | Execute () |
Executes the function of the command More... | |
The base class of all commands
|
pure virtual |
Executes the command, do not invoke directly, instead use a CommandStream.
Implements SadSapphicGames.CommandPattern.ICommand.
Implemented in SadSapphicGames.CommandPattern.AsyncCommand, SadSapphicGames.CommandPattern.CompositeCommand, and SadSapphicGames.CommandPattern.NullCommand.