Implementation of the asynchronous command support
| Class | Description | |
|---|---|---|
| AbstractCommand | Abstract base class for Commands. | |
| DefaultCommandManager | Default implementation of the CommandManager interface. | |
| SynchronousCommandFactory | CommandFactory implementation that supports command methods that have a void return type and execute synchronously. |