RegisterObserver(String, IObserver)

Register an IObserver to be notified of INotifications with a given name.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract void RegisterObserver(
	string notificationName,
	IObserver observer
	)

Parameters

notificationNameString
the name of the INotifications to notify this IObserver of
observerIObserver
the IObserver to register