RetrieveMediator(String)

Retrieve an IMediator from the View.
Namespace: PureMVC.InterfacesAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public abstract IMediator RetrieveMediator(
	string mediatorName
	)

Parameters

mediatorNameString
the name of the IMediator instance to retrieve.

Returns

the IMediator instance previously registered with the given mediatorName.