Command
Table of Contents
Interfaces
- ICommand
- Command pattern interface for encapsulating executable operations.
Classes
- Cache
- Maps strings to command classes.
- Factory
- Gets or creates a command object.
- Invoker
- Command pattern invoker that processes and executes commands by name.