Bali Share 1.1.18

Package oracle.bali.share.thread

Interface Summary
SchedulerListener Listener interface for events delivered by the TaskScheduler.
Task Objects implementing the Task interface can be scheduled by the TaskScheduler object.
 

Class Summary
Periodic A Periodic is a subclass of Timer that behaves identically to a Timer but automatically reschedules itself after every run until it is explicitly cancelled with the cancel() method.
SchedulerEvent Events delivered by the TaskScheduler object.
TaskEvent An event supplied to Tasks to provide them with context about their execution.
TaskScheduler The TaskScheduler object provides a single object on which multiple tasks may be scheduled.
Timer A Timer is an object that will wait a user-defined length of time and then call a user-specified target.
 


Bali Share 1.1.18