|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TimerListeners are registered at a Timer to receive timer interrupts. A
Timer calls handleTimerInterrupt()
when the timer interval for the
instance has expired.
The interruption is not guaranteed to be 100% time accurate. This is due to runtime indeterminacy due to the underlying OS and VM thread-scheduling, garbage collection, workload and timer inaccuracies.
Timer
Method Summary | |
void |
handleTimerInterrupt()
Notification that a timer previously registered with a Timer has expired. |
Method Detail |
public void handleTimerInterrupt()
Timer.interruptAt(long, org.jumpi.spi.component.TimerListener)
,
Timer.interruptAfterDelay(long, org.jumpi.spi.component.TimerListener)
,
Timer.interruptPeriodically(long, org.jumpi.spi.component.TimerListener, boolean)
|
Jumpi v1.2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |