Packageorg.spicefactory.parsley.core.command
Interfacepublic interface ManagedCommandProxy extends CommandProxy, CommandExecutor, SuspendableCommand
Implementors DefaultManagedCommandProxy, DefinitionBasedCommandProxy

Represent a single command proxy managed by the container.



Public Properties
 PropertyDefined By
 Inheritedactive : Boolean
[read-only] Indicates whether this command is currently executing.
AsyncCommand
 Inheritedcancellable : Boolean
[read-only] Indicates whether this executor can be cancelled.
CommandExecutor
  id : String
[read-only] The id the command is registered with in the Context.
ManagedCommandProxy
 Inheritedsuspendable : Boolean
[read-only] Indicates whether this executor can be suspended.
CommandExecutor
 Inheritedsuspended : Boolean
[read-only] Indicates whether this command is currently suspended.
SuspendableCommand
 Inheritedtarget : Command
[read-only] The target command executed by this proxy.
CommandProxy
Public Methods
 MethodDefined By
 Inherited
cancel():void
Cancels the command.
CancellableCommand
 Inherited
prepare(lifecycle:CommandLifecycle, data:CommandData):void
Method that may be called by frameworks before executing this command to hook into the lifecycle and data handling of this executor.
CommandExecutor
 Inherited
resume():void
Resumes the command.
SuspendableCommand
 Inherited
suspend():void
Suspends the command.
SuspendableCommand
Property Detail
idproperty
id:String  [read-only]

The id the command is registered with in the Context.


Implementation
    public function get id():String