com.croftsoft.core.gui.controller
Class NilController

java.lang.Object
  extended by com.croftsoft.core.gui.event.UserInputAdapter
      extended by 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

Field Summary
static Controller INSTANCE
           
 
Constructor Summary
NilController()
           
 
Method Summary
 void update()
           
 
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
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 
Methods inherited from interface javax.swing.event.ChangeListener
stateChanged
 
Methods inherited from interface java.awt.event.KeyListener
keyPressed, keyReleased, keyTyped
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
 
Methods inherited from interface java.awt.event.WindowListener
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened
 

Field Detail

INSTANCE

public static final Controller INSTANCE
Constructor Detail

NilController

public NilController()
Method Detail

update

public void update()
Specified by:
update in interface Updatable

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)