NotifyObservers(INotification)
Notify the IObservers for a particular INotification.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public abstract void NotifyObservers( INotification notification )
Parameters
notification
INotificationthe INotification to notify IObservers of.
Remarks
All previously attached IObservers for this INotification's list are notified and are passed a reference to the INotification in the order in which they were registered.