Packageorg.swizframework.utils.chain
Classpublic class ChainUtil
InheritanceChainUtil Inheritance Object
Implements IDispatcherAware



Public Properties
 PropertyDefined By
  dispatcher : IEventDispatcher
[write-only] IDispatcherAware implementation
ChainUtil
Public Methods
 MethodDefined By
  
ChainUtil
  
Constructs a dynamic command
ChainUtil
  
createCommand(delayedCall:Function, args:Array, resultHandler:Function, faultHandler:Function = null, resultHandlerArgs:Array = null):AsyncCommandChainStep
Constructs a dynamic command
ChainUtil
Property Detail
dispatcherproperty
dispatcher:IEventDispatcher  [write-only]

IDispatcherAware implementation


Implementation
    public function set dispatcher(value:IEventDispatcher):void
Constructor Detail
ChainUtil()Constructor
public function ChainUtil()



Method Detail
createChain()method
public function createChain(mode:String):CommandChain

Constructs a dynamic command

Parameters

mode:String (default = NaN)

Returns
CommandChain
createCommand()method 
public function createCommand(delayedCall:Function, args:Array, resultHandler:Function, faultHandler:Function = null, resultHandlerArgs:Array = null):AsyncCommandChainStep

Constructs a dynamic command

Parameters

delayedCall:Function
 
args:Array
 
resultHandler:Function
 
faultHandler:Function (default = null)
 
resultHandlerArgs:Array (default = null)

Returns
AsyncCommandChainStep