Interfaces
 InterfaceDescription
 Command

Deprecated as of Cairngorm 2.1, replaced by com.adobe.cairngorm.commands.ICommand

The Command interface enforces the contract between the Front Controller and concrete command classes in your application.
 ICommand The ICommand interface enforces the contract between the Front Controller and concrete command classes in your application.
Classes
 ClassDescription
 SequenceCommand The SequenceCommand is provided as a "psuedo-abstract" (since ActionScript has no real concept of abstract classes) 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.