Returns the global singleton mediator manager instance
Source position: fpobserver.pp line 385
function MediatorManager: TMediatorManager; |
Global mediator manager instance
The MediatorManager function returns the global singleton instance of the mediator manager. If the instance doesn't exist yet, it creates one automatically.
This function provides convenient access to the global mediator manager for registering mediators and finding appropriate mediator definitions.
This function is not thread-safe, so make sure to call it once in the main thread so the instance is created once.
|
Central manager for registering and finding mediator definitions |