NotifyObservers(INotification)

Notify Observers.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract void NotifyObservers(
	INotification notification
	)

Parameters

notificationINotification
the INotification to have the View notify Observers of.

Remarks

This method is left public mostly for backward compatibility, and to allow you to send custom notification classes using the facade.

Usually you should just call sendNotification and pass the parameters, never having to construct the notification yourself.