org.puremvc.java.core
Class ViewTestMediator

java.lang.Object
  extended by org.puremvc.java.patterns.observer.Notifier
      extended by org.puremvc.java.patterns.mediator.Mediator
          extended by org.puremvc.java.core.ViewTestMediator
All Implemented Interfaces:
org.puremvc.java.interfaces.IMediator, org.puremvc.java.interfaces.INotifier

public class ViewTestMediator
extends org.puremvc.java.patterns.mediator.Mediator
implements org.puremvc.java.interfaces.IMediator

A Mediator class used by ViewTest.

See Also:
ViewTest

Field Summary
static java.lang.String NAME
          The Mediator name
 
Constructor Summary
ViewTestMediator(java.lang.Object view)
          Constructor
 
Method Summary
 java.lang.String[] listNotificationInterests()
           
 
Methods inherited from class org.puremvc.java.patterns.mediator.Mediator
getMediatorName, getViewComponent, handleNotification, onRegister, onRemove, setViewComponent
 
Methods inherited from class org.puremvc.java.patterns.observer.Notifier
sendNotification, sendNotification, sendNotification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.puremvc.java.interfaces.IMediator
getMediatorName, getViewComponent, handleNotification, onRegister, onRemove, setViewComponent
 
Methods inherited from interface org.puremvc.java.interfaces.INotifier
sendNotification, sendNotification, sendNotification
 

Field Detail

NAME

public static final java.lang.String NAME
The Mediator name

See Also:
Constant Field Values
Constructor Detail

ViewTestMediator

public ViewTestMediator(java.lang.Object view)
Constructor

Method Detail

listNotificationInterests

public java.lang.String[] listNotificationInterests()
Specified by:
listNotificationInterests in interface org.puremvc.java.interfaces.IMediator
Overrides:
listNotificationInterests in class org.puremvc.java.patterns.mediator.Mediator