RegisterObserver(String, IObserver)
Register an IObserver to be notified of INotifications with a given name.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public void RegisterObserver( string notificationName, IObserver observer )
Parameters
notificationNameStringthe name of the INotifications to notify this IObserver of
observerIObserverthe IObserver to register