Packageorg.spicefactory.lib.command.flow
Interfacepublic interface LinkAction

Represents an action to perform when a certain command link condition is met.



Public Methods
 MethodDefined By
  
Execute the action using the specified processor.
LinkAction
Method Detail
execute()method
public function execute(processor:CommandLinkProcessor):void

Execute the action using the specified processor.

Parameters

processor:CommandLinkProcessor — the processor to use for perfoming the action