org.jtheque.core.managers.view.able.controller
Interface Controller

All Known Implementing Classes:
AbstractController

public interface Controller

Cette interface permet de généraliser les controlleurs.

Author:
Baptiste Wicht

Method Summary
 void closeView()
          Close the view associated with the controller.
 void displayView()
          Display the view associated with the controller.
 IView getView()
          Return the view of the controller.
 

Method Detail

getView

IView getView()
Return the view of the controller.

Returns:
The view

displayView

void displayView()
Display the view associated with the controller.


closeView

void closeView()
Close the view associated with the controller.



Copyright © 2009 JTheque. All Rights Reserved.