Class Mediator
In: src/org/puremvc/ruby/patterns/mediator/mediator.rb
Parent: Notifier

Methods

Attributes

name  [RW]  The name of the Mediator Typically, a Mediator will be written to serve one specific control or group controls and so,will not have a need to be dynamically named.
view  [RW] 

Public Class methods

Public Instance methods

Handle Notifications.

Typically this will be handled in a switch statement, with one ‘case’ entry per Notification the Mediator is interested in.

List the Notification 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

[Validate]