PureMVC Framework for haXe: API Documentation
Back |
Indexinterface org.puremvc.haxe.interfaces.IAsyncCommand
Interface for an Asynchronous Command.
- function setOnComplete(value : Void -> Void) : Void
-
Registers the callback for a parent
AsyncMacroCommand.
Back |
Index