commonj.timers
Interface CancelTimerListener
- All Superinterfaces:
- TimerListener
public interface CancelTimerListener
- extends TimerListener
This is implemented by developers that require a cancel event.
The J2EE context active on the thread during TimerListener scheduling
will be applied to the timerCancel method. See TimerManager for details.
- Since:
- 1.0
- Version:
- 1.1
timerCancel
void timerCancel(Timer timer)
- This is called when timer is cancelled using the
Timer.cancel() method.
- Parameters:
timer - the Timer object that was cancelled.- Since:
- 1.0
Copyright © 2007-2011 Fabric3 Project. All Rights Reserved.