InitializeNotifier(String)

Initialize this INotifier instance.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract void InitializeNotifier(
	string key
	)

Parameters

keyString
the multitonKey for this INotifier to use

Remarks

This is how a Notifier gets its multitonKey. Calls to sendNotification or to access the facade will fail until after this method has been called.