|
HOME | PROJECTS | REALITY | EMAIL |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--ReOSTimer
|
+--ReOSIntervalTimer
Name: class ReOSIntervalTimer Desc: ha
| Constructor Summary | |
ReOSIntervalTimer()
constructor |
|
| Method Summary | |
long |
end()
ends the timer (interval) |
long |
getIntervalDifference()
get the difference between interval and start-end |
long |
getIntervalLength()
get the length of the interval |
void |
setIntervalLength(long interval)
sets the length of the interval |
long |
start()
starts the timer (interval) |
| Methods inherited from class ReOSTimer |
getEndTime,
getIsRunning,
getStartTime,
reset,
sleep |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ReOSIntervalTimer()
| Method Detail |
public void setIntervalLength(long interval)
interval - the ms intervalpublic long getIntervalLength()
public long start()
public long end()
none - public long getIntervalDifference()
|
HOME | PROJECTS | REALITY | EMAIL |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||