public class FixedRateTimer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
m_fixedRate |
| Constructor and Description |
|---|
FixedRateTimer() |
FixedRateTimer(long rate) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFixedRate() |
void |
setFixedRate(long rate) |
void |
sleepUntilNextInterval()
Determines the current thread to sleep until the beginning of a
new time interval defined by the fixed rate.
|