|
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.NavigationEvent
The event object for distributing navigation event notification.
| Field Summary | |
static int |
COCKPIT_CHANGED
The event id indicating that a new Cockpit has been
configured |
static int |
ORIENTATION_CHANGED
The event id indicating that a new Cockpit has been
configured |
static int |
POSITION_CHANGED
The event id indicating that a new Cockpit has been
configured |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
NavigationEvent(java.lang.Object source,
int id,
java.lang.Object eventObject)
Construct a NavigationEvent object with the specified source object and type. |
|
| Method Summary | |
java.lang.Object |
getEventObject()
Return the event Object. |
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 COCKPIT_CHANGED
Cockpit has been
configured
public static final int POSITION_CHANGED
Cockpit has been
configured
public static final int ORIENTATION_CHANGED
Cockpit has been
configured
| Constructor Detail |
public NavigationEvent(java.lang.Object source,
int id,
java.lang.Object eventObject)
NavigationEvent object with the specified source object and type.
source - the object where the event originatedid - the event typeeventObject - the event Object| Method Detail |
public int getID()
public java.lang.Object getEventObject()
Object.
Object.
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||