org.puremvc.java.core
Class ViewTestMediator4
java.lang.Object
org.puremvc.java.patterns.observer.Notifier
org.puremvc.java.patterns.mediator.Mediator
org.puremvc.java.core.ViewTestMediator4
- All Implemented Interfaces:
- org.puremvc.java.interfaces.IMediator, org.puremvc.java.interfaces.INotifier
public class ViewTestMediator4
- 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 |
Methods inherited from class org.puremvc.java.patterns.mediator.Mediator |
getMediatorName, getViewComponent, handleNotification, listNotificationInterests, 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, listNotificationInterests, setViewComponent |
Methods inherited from interface org.puremvc.java.interfaces.INotifier |
sendNotification, sendNotification, sendNotification |
NAME
public static final java.lang.String NAME
- The Mediator name
- See Also:
- Constant Field Values
ViewTestMediator4
public ViewTestMediator4(java.lang.Object view)
- Constructor
getViewTest
public ViewTest getViewTest()
onRegister
public void onRegister()
- Specified by:
onRegister
in interface org.puremvc.java.interfaces.IMediator
- Overrides:
onRegister
in class org.puremvc.java.patterns.mediator.Mediator
onRemove
public void onRemove()
- Specified by:
onRemove
in interface org.puremvc.java.interfaces.IMediator
- Overrides:
onRemove
in class org.puremvc.java.patterns.mediator.Mediator