PureMVC Framework for haXe: API Documentation
Back | Index
interface org.puremvc.haxe.interfaces.ICommand
The interface definition for a PureMVC Command.
function execute(notification : INotification) : Void
Execute the ICommand's logic to handle a given INotification.
Back | Index