| Package | Description |
|---|---|
| commonj.timers |
Provides interfaces for commonj timers and listeners.
|
| Class and Description |
|---|
| Timer
A Timer is returned when a TimerListener
is scheduled using one of the
TimerManager.schedule methods. |
| TimerListener
Objects that implement this interface and are supplied
to one of the
TimerManager#schedule methods can receieve timer
notifications. |