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.
Public Member Functions | List of all members
SadSapphicGames.CommandPattern.Command Class Referenceabstract

The base class of all commands More...

Inheritance diagram for SadSapphicGames.CommandPattern.Command:
SadSapphicGames.CommandPattern.ICommand SadSapphicGames.CommandPattern.AsyncCommand SadSapphicGames.CommandPattern.CompositeCommand SadSapphicGames.CommandPattern.NullCommand SadSapphicGames.CommandPattern.NullCompositeCommand SadSapphicGames.CommandPattern.SimpleComposite

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...
 

Detailed Description

The base class of all commands

Member Function Documentation

◆ Execute()

abstract void SadSapphicGames.CommandPattern.Command.Execute ( )
pure virtual

The documentation for this class was generated from the following file: