Package | org.swizframework.utils.chain |
Interface | public interface IChain |
Implementors | CommandChain, EventChain |
Property | Defined By | ||
---|---|---|---|
isComplete : Boolean [read-only] | IChain | ||
position : int | IChain | ||
stopOnError : Boolean | IChain |
Method | Defined By | ||
---|---|---|---|
IChain | |||
doProceed():void | IChain | ||
hasNext():Boolean | IChain | ||
stepComplete():void | IChain | ||
stepError():void | IChain |
isComplete | property |
isComplete:Boolean
[read-only] public function get isComplete():Boolean
position | property |
position:int
public function get position():int
public function set position(value:int):void
stopOnError | property |
stopOnError:Boolean
public function get stopOnError():Boolean
public function set stopOnError(value:Boolean):void
addStep | () | method |
doProceed | () | method |
public function doProceed():void
hasNext | () | method |
public function hasNext():Boolean
ReturnsBoolean |
stepComplete | () | method |
public function stepComplete():void
stepError | () | method |
public function stepError():void