| Class | Mediator | 
| In: | src/org/puremvc/ruby/patterns/mediator/mediator.rb | 
| Parent: | Notifier | 
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.