PureMVC Framework for haXe: API Documentation
Back |
Indexinterface 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