Facade Methods
The Facade type exposes the following members.
Methods
Facade Singleton Factory method
Check if a Command is registered for a given Notification
Check if a Mediator is registered or not
Check if a Proxy is registered
Initialize the Controller.
Initialize the Singleton Facade instance.
Initialize the Model.
Initialize the View.
Notify Observers.
Register an ICommand with the Controller by Notification name.
Register a IMediator with the View.
Register an IProxy with the Model by name.
Remove a previously registered ICommand to INotification mapping from the Controller.
Remove an IMediator from the View.
Remove an IProxy from the Model by name.
Retrieve an IMediator from the View.
Retrieve an IProxy from the Model by name.
Create and send an INotification.