|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectewe.ui.Timer
Timer represents a control's timer. Timers are created and destroyed using the addTimer() and removeTimer() methods present in the Control class.
| Field Summary | |
protected int |
lastTick
The timestamp of the last tick. |
protected int |
millis
The timer interval in milliseconds. |
protected Timer |
next
The next timer in the linked list. |
protected Control |
target
The control to receive a timer event. |
| Constructor Summary | |
Timer()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, toString |
| Field Detail |
protected Control target
protected int millis
protected int lastTick
protected Timer next
| Constructor Detail |
public Timer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||