Packageorg.puremvc.as3.interfaces
Interfacepublic interface IAsyncCommand extends org.puremvc.as3.interfaces.ICommand
ImplementorsAsyncCommand, AsyncMacroCommand

Interface for an Asynchronous Command.



Public Methods
 MethodDefined by
  
setOnComplete(value:Function):void
Registers the callback for a parent AsyncMacroCommand.
IAsyncCommand
Method detail
setOnComplete()method
public function setOnComplete(value:Function):void

Registers the callback for a parent AsyncMacroCommand.

Parameters
value:Function — The AsyncMacroCommand method to call on completion