| Interface | Description | |
|---|---|---|
| IAsyncCommand | Describes an asynchronous command. | |
| ICommand | Interface to be implemented by command classes. | |
| ICompositeCommand |
| Class | Description | |
|---|---|---|
| AbstractAsyncCommand | Provides an implementation for the IAsyncCommand interface that asynchronous commands can subclass. | |
| AsyncCommandEvent | Event dispatched by an AsyncCommand instance when it has completed successfully (RESULT) or with an error (FAULT) | |
| AsyncCommandFaultEvent | ||
| AsyncCommandResultEvent | ||
| CompositeCommand |