com.adobe.cairngorm.commands
.. | |
---|---|
Command | Deprecated, replaced by |
ICommand | The ICommand interface enforces the contract between the Front Controller and concrete command classes in your application. |
SequenceCommand | The SequenceCommand is provided as an abstract base-class that can be extended when you wish to chain commands together for a single user-gesture, or establish some simple form of decision-based workflow. |