org.fuin.apps4swing
Class AbstractToViewDispatcher<VIEW,CTRL>
java.lang.Object
org.fuin.apps4swing.AbstractToViewDispatcher<VIEW,CTRL>
- Type Parameters:
VIEW - Type of the view.CTRL - Type of the controller.
- All Implemented Interfaces:
- org.fuin.apps4j.base.View<CTRL>
public abstract class AbstractToViewDispatcher<VIEW,CTRL>
- extends Object
- implements org.fuin.apps4j.base.View<CTRL>
Dispatch events from the controller to the view.
|
Method Summary |
VIEW |
getView()
Returns the view events are dispatched to. |
void |
setView(VIEW view)
Sets the view events are dispatched to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.fuin.apps4j.base.View |
block, getController, getViewUI, unblock |
AbstractToViewDispatcher
public AbstractToViewDispatcher()
getView
public final VIEW getView()
- Returns the view events are dispatched to.
- Returns:
- View or
null.
setView
public final void setView(VIEW view)
- Sets the view events are dispatched to.
- Parameters:
view - View to set or null.
Copyright © 2011 Future Invent Informationsmanagement GmbH. All Rights Reserved.