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.ICommand Interface Referenceabstract

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

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

Public Member Functions

abstract void Execute ()
 Executes the function of the command More...
 

Detailed Description

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

Member Function Documentation

◆ Execute()

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

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