NotifyObserver(INotification)

Notify the interested object.
Namespace: PureMVC.Patterns.ObserverAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public void NotifyObserver(
	INotification Notification
	)

Parameters

NotificationINotification
the INotification to pass to the interested object's notification method.