| Interface | Description |
|---|---|
| ScheduledTask<K> |
A task which can be scheduled to run recurrently by an instance of
TaskScheduler. |
| Class | Description |
|---|---|
| AutoResetEvent | |
| TaskScheduler<K,T extends ScheduledTask<K>> |
Base class for a task scheduler that can run
ScheduledTasks periodically. |
| TaskSchedulerFactory |
A factory which can be used to get an instance of
TaskScheduler. |
| Enum | Description |
|---|---|
| TaskSchedulerType |
The types of supported
TaskSchedulers. |