HasMediator(String)
Check if a Mediator is registered or not
Namespace: PureMVC.CoreAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public bool HasMediator( string mediatorName )
Parameters
mediatorName
StringReturns
Boolean
whether a Mediator is registered with the given mediatorName.