Package | org.swizframework.utils.chain |
Class | public class ChainUtil |
Inheritance | ChainUtil ![]() |
Implements | IDispatcherAware |
Property | Defined By | ||
---|---|---|---|
dispatcher : IEventDispatcher [write-only] IDispatcherAware implementation | ChainUtil |
Method | Defined By | ||
---|---|---|---|
ChainUtil | |||
createChain(mode:String):CommandChain Constructs a dynamic command | ChainUtil | ||
createCommand(delayedCall:Function, args:Array, resultHandler:Function, faultHandler:Function = null, resultHandlerArgs:Array = null):AsyncCommandChainStep Constructs a dynamic command | ChainUtil |
dispatcher | property |
dispatcher:IEventDispatcher
[write-only] IDispatcherAware implementation
public function set dispatcher(value:IEventDispatcher):void
ChainUtil | () | Constructor |
public function ChainUtil()
createChain | () | method |
public function createChain(mode:String):CommandChain
Constructs a dynamic command
Parameters
mode:String (default = NaN )
|
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 )
|
AsyncCommandChainStep |