org.jtheque.core.managers.view.able.controller
Class AbstractController

java.lang.Object
  extended by org.jtheque.core.managers.view.able.controller.AbstractController
All Implemented Interfaces:
Controller

public abstract class AbstractController
extends java.lang.Object
implements Controller

An abstract controller.

Author:
Baptiste Wicht

Constructor Summary
AbstractController()
           
 
Method Summary
 void closeView()
          Close the view associated with the controller.
 void displayView()
          Display the view associated with the controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jtheque.core.managers.view.able.controller.Controller
getView
 

Constructor Detail

AbstractController

public AbstractController()
Method Detail

closeView

public void closeView()
Description copied from interface: Controller
Close the view associated with the controller.

Specified by:
closeView in interface Controller

displayView

public void displayView()
Description copied from interface: Controller
Display the view associated with the controller.

Specified by:
displayView in interface Controller


Copyright © 2009 JTheque. All Rights Reserved.