public class RunnableScheduler implements Runnable(Code)
A runnable scheduler.
The scheduler needs to be started to do real work. To add work to the
scheduler, create a SchedulableRunnable and set the scheduler. When
the next run has passed the work is performed.
See Also:SchedulableRunnable author: Adrian Brock. version: $Revision: 57200 $