Interfaces
 InterfaceDescription
 CommandConfiguration Generic marker interface for anything that is responsible for configuring a command.
 NestedCommandTag Represents a tag that produces a command and can be nested inside other command tags.
Classes
 ClassDescription
 AbstractCommandGroupTag Base tag for command groups declared in MXML or XML configuration.
 AbstractCommandParentTag Base class for any kind of tag that accepts an Array of command tags as children.
 AbstractCommandTag Base tag for commands declared in MXML or XML configuration.
 CommandFactoryTag Represents a factory for a managed command in MXML or XML configuration.
 CommandFlowTag Tag for command flows declared in MXML or XML configuration.
 CommandRefTag Tag representing a reference to another command declared in MXML or XML configuration.
 CommandSequenceTag Tag for command sequences declared in MXML or XML configuration.
 CommandTag Tag for a single command declared in MXML or XML configuration.
 MapCommandTag Represents a mapping in MXML or XML configuration for a managed command that gets executed when a matching message is dispatched in the Context.
 ParallelCommandsTag Tag for parallel commands declared in MXML or XML configuration.