com.croftsoft.apps.jogl
Class JoglMessage
java.lang.Object
com.croftsoft.apps.jogl.JoglMessage
- Direct Known Subclasses:
- JoglMoveRequest
public class JoglMessage
- extends Object
Jogl enumerated type message.
Use to pass messages between the model, view, and controller.
- Since:
- 2008-02-10
- Version:
- $Id: JoglMessage.java,v 1.6 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 |
CHANGE_PERTURBATION_FACTOR_EVENT_INSTANCE
public static JoglMessage CHANGE_PERTURBATION_FACTOR_EVENT_INSTANCE
CHANGE_PERTURBATION_FACTOR_REQUEST_INSTANCE
public static JoglMessage CHANGE_PERTURBATION_FACTOR_REQUEST_INSTANCE
JoglMessage
protected JoglMessage(JoglMessage.Type type)
getType
public JoglMessage.Type getType()
CroftSoft Apps Javadoc (2008-09-28 21:15:07)