com.croftsoft.apps.jogl
Class JoglMessage

java.lang.Object
  extended by 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

Nested Class Summary
static class JoglMessage.Type
           
 
Field Summary
static JoglMessage CHANGE_PERTURBATION_FACTOR_EVENT_INSTANCE
           
static JoglMessage CHANGE_PERTURBATION_FACTOR_REQUEST_INSTANCE
           
 
Constructor Summary
protected JoglMessage(JoglMessage.Type type)
           
 
Method Summary
 JoglMessage.Type getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JoglMessage

protected JoglMessage(JoglMessage.Type type)
Method Detail

getType

public JoglMessage.Type getType()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)