| Interface | Description | |
|---|---|---|
| ICommandFactory |
Implemented by factory objects that are capable of creating ICommand instances. |
|
| ICommandFactoryRegistry |
Describes an object that can manage a list of ICommandFactory instances and
can look up the appropriate factory for a specified command class. |
|
| ICommandFactoryRegistryAware | ||
| IResponderCommandFactory |
Implemented by objects that can create ICommand instances and configure them
with the IBusinessDelegateFactory instances added with the addBusinessDelegateFactory method. |
| Class | Description | |
|---|---|---|
| AbstractResponderCommand | Base class for command classes that can act as a responder for their assigned business delegate. | |
| CommandFactory |
ICommandFactory implementation that is capable of creating commands that implements the ICommand interface. |
|
| CommandProxy | ||
| DefaultCommandFactoryRegistry |
Default implementation of the |
|
| ResponderCommandFactory |
ICommandFactory implementation that is capable of creating commands that implements the ICommand interface. |