|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fuin.apps4swing.ToViewDispatcher<VIEW>
VIEW - Type of the view.public abstract class ToViewDispatcher<VIEW>
Dispatch events from the controller to the view.
| Constructor Summary | |
|---|---|
ToViewDispatcher()
|
|
| 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 |
| Constructor Detail |
|---|
public ToViewDispatcher()
| Method Detail |
|---|
public final VIEW getView()
null.public final void setView(VIEW view)
view - View to set or null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||