|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.iids.aos.util.AlarmQueue.Alarm
public static class AlarmQueue.Alarm
This class represents an alarm. The alarm is set to a particular time in milliseconds. This time is in absolute time (it is compared to System.currentTimeMillis()). Each alarm has an id associated with it, so the setter of the alarm can identify which alarm has gone off.
| Field Summary | |
|---|---|
java.lang.Object |
id
|
long |
time
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long time
public java.lang.Object id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||