Mediator

A base IMediator implementation.

Inheritance

ObjectNotifierMediator
Namespace: PureMVC.Patterns.MediatorAssembly: PureMVC in (PureMVC.dll)

Syntax

C#
public class Mediator : Notifier,
	IMediator,
	INotifier

Constructors

Constructor.

Methods

Handle INotifications.
List the INotification names this Mediator is interested in being notified of.
Called by the View when the Mediator is registered
Called by the View when the Mediator is removed

Properties

the mediator name
The view component

Fields

The name of the Mediator.

See also