com.croftsoft.core.gui.controller
Class NilController
java.lang.Object
com.croftsoft.core.gui.event.UserInputAdapter
com.croftsoft.core.gui.controller.NilController
- All Implemented Interfaces:
- Controller, UserInputListener, Updatable, ActionListener, KeyListener, MouseListener, MouseMotionListener, WindowListener, EventListener, ChangeListener, MouseInputListener
- Direct Known Subclasses:
- RelayController
public class NilController
- extends UserInputAdapter
- implements Controller
A Controller implementation that does nothing.
- Since:
- 2005-08-08
- Version:
- $Date: 2008/04/19 21:27:13 $
- Author:
- David Wallace Croft
Methods inherited from class com.croftsoft.core.gui.event.UserInputAdapter |
actionPerformed, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, stateChanged, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final Controller INSTANCE
NilController
public NilController()
update
public void update()
- Specified by:
update
in interface Updatable
CroftSoft Core Javadoc (2008-09-28 20:58:02)