public 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 and 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.