com.croftsoft.apps.client
Class ClientController
java.lang.Object
com.croftsoft.core.gui.event.UserInputAdapter
com.croftsoft.core.gui.controller.NilController
com.croftsoft.apps.client.ClientController
- All Implemented Interfaces:
- Controller, UserInputListener, Startable, Updatable, ActionListener, KeyListener, MouseListener, MouseMotionListener, WindowListener, EventListener, ChangeListener, MouseInputListener
public final class ClientController
- extends NilController
- implements Startable
Controller.
Modifies the Model based on user input.
- Since:
- 2006-10-30
- Version:
- $Id: ClientController.java,v 1.1 2006/10/30 10:25:17 croft Exp $
- Author:
- David Wallace Croft
| Methods inherited from class com.croftsoft.core.gui.event.UserInputAdapter |
actionPerformed, keyPressed, keyReleased, keyTyped, 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 |
ClientController
public ClientController(ClientConfig config,
Queue<ClientMessage> requestQueue)
mouseClicked
public void mouseClicked(MouseEvent mouseEvent)
- Specified by:
mouseClicked in interface MouseListener- Overrides:
mouseClicked in class UserInputAdapter
start
public void start()
- Specified by:
start in interface Startable
update
public void update()
- Specified by:
update in interface Updatable- Overrides:
update in class NilController
CroftSoft Apps Javadoc (2006-11-12 23:26:47)