Oracle

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

Method Summary
 void timerCancel(Timer timer)
          This is called when timer is cancelled using the Timer.cancel() method.
 
Methods inherited from interface commonj.timers.TimerListener
timerExpired
 

Method Detail

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

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle