|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.util.GuiderTimer
public class GuiderTimer
A timer with similar methods the Timer. It is used to
avoid the time-lacking experienced with SUN's class on the adapter guider
| Field Summary | |
|---|---|
private long |
first
The first execution of the loop task. |
private long |
last
The last execution of the timer task. |
private TimerTask |
loop
The only task to be looped. |
| Constructor Summary | |
|---|---|
GuiderTimer()
Constructs a new guider timer. |
|
| Method Summary | |
|---|---|
void |
scheduleAtFixedRate(TimerTask todo,
long delay,
long dt)
Schedulers a timer task with a fixed rate and a given delay and repetition time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private TimerTask loop
private long first
private long last
| Constructor Detail |
|---|
public GuiderTimer()
| Method Detail |
|---|
public void scheduleAtFixedRate(TimerTask todo,
long delay,
long dt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||