NotifyObserver(INotification)
Notify the interested object.
Namespace: PureMVC.Patterns.ObserverAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public void NotifyObserver( INotification Notification )
Parameters
Notification
INotificationthe INotification to pass to the interested object's notification method.