|
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.ChronAlarmEvent
The event object for distributing ChronAlarm event notification.
| Field Summary | |
static int |
ALARM_EXPIRED
The event id indicating that a ChronAlarm's
time interval has expired. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ChronAlarmEvent(java.lang.Object source,
int id,
java.lang.Object userID,
long timestamp)
Construct a ChronAlarmEvent object with the specified source object and type. |
|
| Method Summary | |
int |
getID()
Return the event type. |
long |
getTimestamp()
Return the event timestamp. |
java.lang.Object |
getUserID()
Return the user ID object. |
| 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 ALARM_EXPIRED
ChronAlarm's
time interval has expired.
| Constructor Detail |
public ChronAlarmEvent(java.lang.Object source,
int id,
java.lang.Object userID,
long timestamp)
ChronAlarmEvent object with the specified source object and type.
source - the object where the event originatedid - the event typeuserID - the user's ID objecttimestamp - the time at which the event occured.| Method Detail |
public int getID()
public java.lang.Object getUserID()
public long getTimestamp()
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||