NotifyObservers(INotification)
Notify the IObservers for a particular INotification.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public void NotifyObservers( INotification notification )
Parameters
notification
INotificationRemarks
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.