Package | org.swizframework.utils.chain |
Class | public class CommandChain |
Inheritance | CommandChain ![]() ![]() |
Implements | IChain |
Method | Defined By | ||
---|---|---|---|
CommandChain(mode:String, stopOnError:Boolean = true) | CommandChain | ||
CommandChain | |||
![]() | AbstractChain | ||
![]() | complete():void | AbstractChain | |
doProceed():void | CommandChain | ||
![]() | error():void | AbstractChain | |
![]() | hasNext():Boolean | AbstractChain | |
![]() | proceed():void | AbstractChain | |
![]() | start():void | AbstractChain | |
![]() | stepComplete():void | AbstractChain | |
![]() | stepError():void | AbstractChain |
CommandChain | () | Constructor |
public function CommandChain(mode:String, stopOnError:Boolean = true)
mode:String (default = NaN )
| |
stopOnError:Boolean (default = true )
|
addCommand | () | method |
public function addCommand(command:CommandChainStep):CommandChain
Parameters
command:CommandChainStep |
CommandChain |
doProceed | () | method |
public function doProceed():void