Package | org.puremvc.as3.interfaces |
Interface | public interface ICommand |
Implementors | MacroCommand, SimpleCommand |
See also
Method | Defined by | ||
---|---|---|---|
execute(notification:INotification):void
Execute the
ICommand 's logic to handle a given INotification . | ICommand |
execute | () | method |
public function execute(notification:INotification):void
Execute the ICommand
's logic to handle a given INotification
.
notification:INotification — an INotification to handle.
|