Packageorg.swizframework.utils.chain
Interfacepublic interface IChainStep
Implementors AbstractChain, BaseChainStep, EventChainStep



Public Properties
 PropertyDefined By
  chain : IChain
IChainStep
  isComplete : Boolean
[read-only]
IChainStep
Public Methods
 MethodDefined By
  
complete():void
IChainStep
  
error():void
IChainStep
Property Detail
chainproperty
chain:IChain


Implementation
    public function get chain():IChain
    public function set chain(value:IChain):void
isCompleteproperty 
isComplete:Boolean  [read-only]


Implementation
    public function get isComplete():Boolean
Method Detail
complete()method
public function complete():void

error()method 
public function error():void