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
notificationName
Stringthe name of the INotifications to notify this IObserver of
observer
IObserverthe IObserver to register