|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.EventObject
org.jeospace.event.CockpitPropertyEvent
The event object for distributing notification of
changes to the CockpitProperties.
| Field Summary | |
static int |
AVATARSIZE
Event id indicating that the avatar size has changed. |
static int |
FIELDOFVIEW
Event id indicating that the field of view has changed. |
static int |
HEADLIGHT
Event id indicating that the headlight state has changed. |
static int |
VISIBILITYLIMIT
Event id indicating that the visibility limit has changed. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
CockpitPropertyEvent(java.lang.Object source,
int id)
Construct a CockpitPropertyEvent object with the
specified source object and type. |
|
| Method Summary | |
int |
getID()
Return the event type. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int HEADLIGHT
public static final int FIELDOFVIEW
public static final int VISIBILITYLIMIT
public static final int AVATARSIZE
| Constructor Detail |
public CockpitPropertyEvent(java.lang.Object source,
int id)
CockpitPropertyEvent object with the
specified source object and type.
source - the object where the event originatedid - the event type| Method Detail |
public int getID()
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||