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