| Package | org.spicefactory.lib.command.flow |
| Interface | public interface LinkAction |
| Method | Defined By | ||
|---|---|---|---|
execute(processor:CommandLinkProcessor):void
Execute the action using the specified processor. | LinkAction | ||
| execute | () | method |
public function execute(processor:CommandLinkProcessor):voidExecute the action using the specified processor.
Parameters
processor:CommandLinkProcessor — the processor to use for perfoming the action
|