All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.Timer
java.lang.Object
|
+----com.bulletproof.gui.Timer
- public class Timer
- extends Object
Timer represents a control's timer. Timers are created and destroyed using
the addTimer() and removeTimer() methods present in the Component class.
-
lastTick
- The timestamp of the last tick.
-
millis
- The timer interval in milliseconds.
-
next
- The next timer in the linked list.
-
target
- The control to receive a timer event.
-
Timer()
-
target
protected TimerListener target
- The control to receive a timer event.
millis
protected int millis
- The timer interval in milliseconds.
lastTick
protected int lastTick
- The timestamp of the last tick.
next
protected Timer next
- The next timer in the linked list.
Timer
public Timer()
All Packages Class Hierarchy This Package Previous Next Index