Package org.puremvc.as3.interfaces
Interface public interface ICommand
Implementors MacroCommand, SimpleCommand
The interface definition for a PureMVC Command.

See also

INotification


Public Methods
  Method Defined by
   
execute(notification:INotification):void
Execute the ICommand's logic to handle a given INotification.
ICommand
Method detail
execute () method
public function execute(notification:INotification):void

Execute the ICommand's logic to handle a given INotification.

Parameters
notification:INotification — an INotification to handle.