PureMVC Framework for haXe: API Documentation
Back | Index
class org.puremvc.haxe.multicore.patterns.command.AsyncCommand
extends SimpleCommand
implements org.puremvc.haxe.multicore.interfaces.IAsyncCommand

A base IAsyncCommand implementation.

Your subclass should override the execute method where your business logic will handle the INotification.

function new() : Void
function setOnComplete(value : Void -> Void) : Void
Registers the callback for a parent AsyncMacroCommand.
Back | Index