public interface StopTimerListener extends TimerListener
 
 The Java EE context active on the thread during TimerListener scheduling 
 will be applied to the timerStop method.  See TimerManager for details.
| Modifier and Type | Method and Description | 
|---|---|
void | 
timerStop(Timer timer)
This is called if the timer is stopped. 
 | 
timerExpiredvoid timerStop(Timer timer)
TimerManager.stop() method or application is stopped.timer - the Timer that was stopped.