Namespace: PureMVC.Interfaces.ICommand

Interface ICommand

All Known Implementing Classes:
TCommand , TSimpleCommand , TMacroCommand

public interface ICommand

Persistent
False
summary
The interface definition for a PureMVC Command

Method Summary
  public Sub Execute(Notification: PureMVC.Interfaces.INotification.INotification )
Execute the ICommand's logic to handle a given INotification
 

Method Detail

Execute

public procedure Execute(Notification: PureMVC.Interfaces.INotification.INotification )
Reintroduce
False
summary
Execute the ICommand's logic to handle a given INotification
param
An INotification to handle