|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
CancelInterface | The CancelInterface is implemented by commands that need to give their users a means to reset the command and/or release the objects that it holds. |
CompositeDynamicAttributeCommandInterface | |
ContentsChangedInterface | This interface implemented by commands that can provide specific information about their operation after execution and that need the information fired in the form of an Event. |
DynamicAttributeCommandInterface | This interface is implemented by commands that require the ability
to have their attributes accessed with generic getters
and setters . |
PendingCommandInterface | The PendingCommandInterface is implemented by commands that may execute multiple types of operations and need to persist in memory until they have completed some final operation ( typically, a 'Cancel' or 'Commit' operation ). |
Class Summary | |
---|---|
BaseCommand | BaseCommand is the base class for all commands. |
CompositeDynamicAttributeCommand | A command which manages the order of execution and rollback for a group of sub-commands. |
Provides classes and interfaces to perform commands.
|
Components |
|
| |||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |