org.fuin.apps4swing
Class ToViewDispatcher<VIEW>

java.lang.Object
  extended by org.fuin.apps4swing.ToViewDispatcher<VIEW>
Type Parameters:
VIEW - Type of the view.

public abstract class ToViewDispatcher<VIEW>
extends java.lang.Object

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

ToViewDispatcher

public ToViewDispatcher()
Method Detail

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 © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.