TimerListenerpublic interface CancelTimerListener extends TimerListener
The Java EE context active on the thread during TimerListener scheduling
will be applied to the timerCancel method. See TimerManager for details.
| Modifier and Type | Method | Description |
|---|---|---|
void |
timerCancel(Timer timer) |
This is called when timer is cancelled using the
Timer.cancel() method. |
timerExpiredvoid timerCancel(Timer timer)
Timer.cancel() method.timer - the Timer object that was cancelled.