RetrieveMediator(String)
Retrieve an IMediator from the View.
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public IMediator RetrieveMediator( string mediatorName )
Parameters
mediatorName
Stringthe name of the IMediator instance to retrieve.
Returns
the IMediator instance previously registered with the given mediatorName.