Packageorg.fluint.sequence
Interfacepublic interface ISequenceAction extends ISequenceStep
Implementors SequenceCaller, SequenceEventDispatcher, SequenceSetter

Interface that defines the requisite methods for the sequence classes. Any sequence can have (n) action classes.



Public Properties
 PropertyDefined By
 Inheritedtarget : IEventDispatcher
[read-only] The target eventDispatcher which the implementing classes will manipulate, use to boradcast events or listen to for events
ISequenceStep
Public Methods
 MethodDefined By
  
execute():void
Called to instruct implementing object to execute its code.
ISequenceAction
Method Detail
execute()method
public function execute():void

Called to instruct implementing object to execute its code.