| Package | org.spicefactory.parsley.flex.command |
| Class | public class AsyncTokenResultProcessor |
| Inheritance | AsyncTokenResultProcessor Object |
| Method | Defined By | ||
|---|---|---|---|
cancel():void
Cancels the result processor, discarding any result of the
AsyncToken. | AsyncTokenResultProcessor | ||
execute(token:AsyncToken, callback:Function):void
Processes the specified token. | AsyncTokenResultProcessor | ||
| cancel | () | method |
public function cancel():voidCancels the result processor, discarding any result of the AsyncToken.
| execute | () | method |
public function execute(token:AsyncToken, callback:Function):voidProcesses the specified token.
Parameters
token:AsyncToken — the AsyncToken result of a command
| |
callback:Function — the function to invoke once the result or fault is available
|