Execute(INotification)
Execute the ICommand's logic to handle a given INotification.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract void Execute( INotification Notification )
Parameters
Notification
INotificationan INotification to handle.