public interface EventTimer
The interval repeats indefinitely, until the program explicitly destroys the timer.
Timer objects do not have any public methods. Instead, methods
that create and destroy timers are members of EventQueue
(see below). Programs must define a callback method in a class
that implements the EventTimerListener
interface.