| Package | org.spicefactory.lib.command.flow | 
| Interface | public interface CommandLinkProcessor | 
| Method | Defined By | ||
|---|---|---|---|
cancel():void 
	 Causes the flow to get cancelled.  | CommandLinkProcessor | ||
complete():void 
	 Causes the flow to signal successfull completion.  | CommandLinkProcessor | ||
error(cause:Object):void 
	 Causes the flow to abort with the specified error.  | CommandLinkProcessor | ||
	 Executes the specified command in the flow.  | CommandLinkProcessor | ||
| cancel | () | method | 
 public function cancel():voidCauses the flow to get cancelled.
| complete | () | method | 
 public function complete():voidCauses the flow to signal successfull completion.
| error | () | method | 
 public function error(cause:Object):voidCauses the flow to abort with the specified error.
Parameters
cause:Object — the error the flow should abort with
	  | 
| execute | () | method | 
 public function execute(command:Command):voidExecutes the specified command in the flow.
Parameters
command:Command — the command to execute
	  |