ch.aplu.util
Interface TimerListener
- All Known Implementing Classes:
- TimerAdapter
- public interface TimerListener
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 overriding timeElapsed()).
Method Summary |
boolean |
timeElapsed()
Invoked when a time interval is elapsed typed. |
timeElapsed
public boolean timeElapsed()
- Invoked when a time interval is elapsed typed.