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.
Class Index
A | C | I | N | R | S
A
AlreadyRunningException (SadSapphicGames.CommandPattern)
AsyncCommand (SadSapphicGames.CommandPattern)
C
Command (SadSapphicGames.CommandPattern)
CommandStream (SadSapphicGames.CommandPattern)
CompositeCommand (SadSapphicGames.CommandPattern)
I
IAsyncCommand (SadSapphicGames.CommandPattern)
ICommand (SadSapphicGames.CommandPattern)
IFailable (SadSapphicGames.CommandPattern)
IrreversibleCompositeFailureException (SadSapphicGames.CommandPattern)
IUndoable (SadSapphicGames.CommandPattern)
N
NullCommand (SadSapphicGames.CommandPattern)
NullCompositeCommand (SadSapphicGames.CommandPattern)
R
ReversibleCompositeFailureException (SadSapphicGames.CommandPattern)
S
SimpleComposite (SadSapphicGames.CommandPattern)
SingletonCommandManager (SadSapphicGames.CommandPattern)