public interface TimerListener
extends java.util.EventListener
The listener interface for receiving timer events.
The class that is interested in processing timer event either implements this interface
(and the method timeElapesed()) or extends the abstract TimerAdapter class (and overridins timeElapsed()).