|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--waba.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. |
boolean |
triggered
a flag set when the timer event is being posted. |
Constructor Summary | |
Timer()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
toString,
wait,
wait |
Field Detail |
protected Control target
protected int millis
protected int lastTick
protected Timer next
public boolean triggered
Constructor Detail |
public Timer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |