com.croftsoft.apps.jogl
Class JoglView
java.lang.Object
com.croftsoft.apps.jogl.JoglView
- All Implemented Interfaces:
- Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable, Updatable
public final class JoglView
- extends Object
- implements Lifecycle, Updatable
Jogl view.
- Since:
- 2008-02-10
- Version:
- $Id: JoglView.java,v 1.19 2008/05/17 00:18:02 croft Exp $
- Author:
- David Wallace Croft
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoglView
public JoglView(Seq<JoglMessage> eventSeq,
JoglModel joglModel)
addKeyListener
public void addKeyListener(KeyListener keyListener)
addMouseListener
public void addMouseListener(MouseListener mouseListener)
setContentPane
public void setContentPane(Container contentPane)
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 (2008-09-28 21:15:07)