NotifyObserver(INotification)

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

Syntax

C#
public abstract void NotifyObserver(
	INotification notification
	)

Parameters

notificationINotification
the INotification to pass to the interested object's notification method