org.fuin.apps4j.base
Interface Controller<VIEW>

Type Parameters:
VIEW - The controller the view interacts with.

public interface Controller<VIEW>

This is the part of the controller used by the view. Contains all functions the view needs to delegate to the controller.

Methods may not have any return values (except getControllerUI()).

TODO Is above restriction correct? This is a Swing issue and may not be a problem for other frameworks!)!


Method Summary
 Object getControllerUI()
          Returns the UI.
 

Method Detail

getControllerUI

Object getControllerUI()
Returns the UI. This depends on the target framework (Swing...).

Returns:
User interface depending on the implementation.


Copyright © 2012 Future Invent Informationsmanagement GmbH. All Rights Reserved.