com.croftsoft.apps.client
Class ClientModel
java.lang.Object
com.croftsoft.apps.client.ClientModel
- All Implemented Interfaces:
- Updatable
public final class ClientModel
- extends Object
- implements Updatable
Exemplar model.
Maintains program state.
- Since:
- 2006-10-30
- Version:
- $Id: ClientModel.java,v 1.6 2006/12/16 05:05:27 croft Exp $
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientModel
public ClientModel(Queue<ClientMessage> modelQueue,
Queue<ClientMessage> viewQueue,
Queue<ClientMessage> netQueue)
update
public void update()
- Specified by:
update
in interface Updatable
CroftSoft Apps Javadoc (2008-09-28 21:15:07)