All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

C

cont(). Method in class Timer
Continue the timer.

G

getInterval(). Method in class Timer
Returns the timer's interval.
getRemainingTime(). Method in class Timer
Returns the remaining time before the timer's next tick.
getStopTime(). Method in class Timer
Returns the time at which the timer was last stopped.
getTimerThread(). Method in class Timer

I

isStopped(). Method in class Timer
Returns true if this timer is stopped.

O

owner. Variable in class Timer
This is the owner of the timer.

R

reset(). Method in class Timer
Resets the timer's remaining time to the timer's interval.

S

setInterval(long). Method in class Timer
Changes the timer's interval.
setRegular(boolean). Method in class Timer
In regular mode, a timer ticks at the specified interval, regardless of how long the owner's tick() method takes.
setRemainingTime(long). Method in class Timer
Sets the remaining time before the timer's next tick.
stop(). Method in class Timer
Stops the timer.

T

Timer(Timeable, long). Constructor for class Timer
Creates a timer object that is owned by 'owner' and with the interval 'interval' milliseconds.