| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
GuiderTimer()
Constructs a new guider timer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleAtFixedRate(TimerTask todo,
long delay,
long dt)
Schedulers a timer task with a fixed rate and a given delay and
repetition time.
|
private TimerTask loop
private long first
private long last
public GuiderTimer()
public void scheduleAtFixedRate(TimerTask todo, long delay, long dt)