All Packages Class Hierarchy This Package Previous Next Index
Interface jclass.chart.TimerListener
- public interface TimerListener
Interface used to listen to timer events.
-
timerExpired(Timer)
- Timer has expired for the specified timer.
timerExpired
public abstract void timerExpired(Timer t)
- Timer has expired for the specified timer.
- Parameters:
- t - a jclass.chart.timer object
All Packages Class Hierarchy This Package Previous Next Index