Package commonj.timers
Interface CancelTimerListener
-
- All Superinterfaces:
TimerListener
public interface CancelTimerListener extends TimerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
timerCancel(Timer timer)
-
Methods inherited from interface commonj.timers.TimerListener
timerExpired
-
-
-
-
Method Detail
-
timerCancel
void timerCancel(Timer timer)
-
-