public class LoResTimer extends BaseTimer
Constructor and Description |
---|
LoResTimer()
Construct a LoResTimer object and set its time to zero.
|
LoResTimer(boolean autostart)
Same as LoResTimer(), but the timer starts immediately if
autostart is true.
|
LoResTimer(boolean autostart,
boolean yield)
Same as LoResTimer(autostart), but most methods calls
Thread.yield() automatically, if yield is true.
|
public LoResTimer()
public LoResTimer(boolean autostart)
public LoResTimer(boolean autostart, boolean yield)