IFacade Methods

The IFacade type exposes the following members.

Methods

Check if a Command is registered for a given Notification
Check if a Mediator is registered or not
Check if a Proxy is registered
Notify Observers.
Register an ICommand with the Controller.
Register an IMediator instance with the View.
Register an IProxy with the Model by name.
Remove a previously registered ICommand to INotification mapping from the Controller.
Remove a IMediator instance from the View.
Remove an IProxy instance from the Model by name.
Retrieve an IMediator instance from the View.
Retrieve a IProxy from the Model by name.