com.croftsoft.apps.exemplar
Class View
java.lang.Object
com.croftsoft.apps.exemplar.View
- All Implemented Interfaces:
- Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable, Updatable
public final class View
- extends Object
- implements Lifecycle, Updatable
Exemplar view.
- Since:
- 2006-01-03
- Version:
- $Id: View.java,v 1.14 2006/06/22 13:38:21 croft Exp $
- Author:
- David Wallace Croft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
View
public View(Config config,
Accessor accessor,
Queue<Message> eventQueue,
JFrame jFrame)
addMouseListener
public void addMouseListener(MouseListener mouseListener)
init
public void init()
- Specified by:
init in interface Initializable
start
public void start()
- Specified by:
start in interface Startable
stop
public void stop()
- Specified by:
stop in interface Stoppable
destroy
public void destroy()
- Specified by:
destroy in interface Destroyable
update
public void update()
- Specified by:
update in interface Updatable
CroftSoft Apps Javadoc (2006-11-12 23:26:47)