Packageorg.swizframework.utils.chain
Interfacepublic interface IChain
Implementors CommandChain, EventChain



Public Properties
 PropertyDefined By
  isComplete : Boolean
[read-only]
IChain
  position : int
IChain
  stopOnError : Boolean
IChain
Public Methods
 MethodDefined By
  
IChain
  
doProceed():void
IChain
  
hasNext():Boolean
IChain
  
IChain
  
stepError():void
IChain
Property Detail
isCompleteproperty
isComplete:Boolean  [read-only]


Implementation
    public function get isComplete():Boolean
positionproperty 
position:int


Implementation
    public function get position():int
    public function set position(value:int):void
stopOnErrorproperty 
stopOnError:Boolean


Implementation
    public function get stopOnError():Boolean
    public function set stopOnError(value:Boolean):void
Method Detail
addStep()method
public function addStep(step:IChainStep):IChain

Parameters

step:IChainStep

Returns
IChain
doProceed()method 
public function doProceed():void

hasNext()method 
public function hasNext():Boolean

Returns
Boolean
stepComplete()method 
public function stepComplete():void

stepError()method 
public function stepError():void