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.
|
This is the Interface of the Command abstract class, unless you are defining your own base type for commands you should probably inherit from Command over this More...
Public Member Functions | |
abstract void | Execute () |
Executes the function of the command More... | |
This is the Interface of the Command abstract class, unless you are defining your own base type for commands you should probably inherit from Command over this
|
pure virtual |
Executes the function of the command
Implemented in SadSapphicGames.CommandPattern.AsyncCommand, SadSapphicGames.CommandPattern.Command, SadSapphicGames.CommandPattern.CompositeCommand, and SadSapphicGames.CommandPattern.NullCommand.