Packageorg.springextensions.actionscript.core.task.command
SVN browsingTaskFlowControlCommand.as
FisheyeTaskFlowControlCommand.as
Classpublic class TaskFlowControlCommand
InheritanceTaskFlowControlCommand Inheritance flash.events.EventDispatcher
ImplementsICommand, ITaskFlowControl



Documentation reference: tasks


Public Properties
 PropertyDefined by
  kind : TaskFlowControlKind
[read-only]
TaskFlowControlCommand
Public Methods
 MethodDefined by
  
Creates a new TaskFlowControlCommand instance.
TaskFlowControlCommand
  
execute():*
TaskFlowControlCommand
Property detail
kindproperty
kind:TaskFlowControlKind  [read-only]Implementation
    public function get kind():TaskFlowControlKind
Constructor detail
TaskFlowControlCommand()constructor
public function TaskFlowControlCommand(kind:TaskFlowControlKind)

Creates a new TaskFlowControlCommand instance.

Parameters
kind:TaskFlowControlKind
Method detail
execute()method
public function execute():*

Returns
*