|
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.SimEvent
The event object for distributing simulation manager event notification.
| Field Summary | |
static int |
FRAME_READY
Event id indicating that the simulation manager is ready for the next frame update. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
SimEvent(java.lang.Object source,
int id)
Construct a SimEvent 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 FRAME_READY
| Constructor Detail |
public SimEvent(java.lang.Object source,
int id)
SimEvent 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 | ||||||||||