Packageorg.puremvc.as3.interfaces
Interfacepublic interface ICommand
ImplementorsMacroCommand, SimpleCommand

The interface definition for a PureMVC Command.

See also

INotification


Public Methods
 MethodDefined 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.