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