|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 overridins timeElapsed()).
Method Summary | |
---|---|
boolean |
timeElapsed()
Invoked when the time interval is elapsed. |
Method Detail |
---|
boolean timeElapsed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |