|
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.ChronEvent
The event object for distributing Chronometer event notification.
| Field Summary | |
static int |
RATE_CHANGE
The event id indicating that the Chronometer's rate has changed. |
static int |
RESET
The event id indicating that the Chronometer's time has been reset. |
static int |
START
The event id indicating that the Chronometer has started running. |
static int |
STOP
The event id indicating that the Chronometer has been stopped. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ChronEvent(java.lang.Object source,
int id)
Construct a ChronEvent 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 RESET
public static final int START
public static final int STOP
public static final int RATE_CHANGE
| Constructor Detail |
public ChronEvent(java.lang.Object source,
int id)
ChronEvent 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 | ||||||||||