public interface Schedulable
This is the interface implemented by objects that wish to be notified of scheduled jobs. When a job tied to this object occurs, the object is notified by calling "performScheduledTask".
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Modifier and Type | Method and Description |
|---|---|
void |
performScheduledTask(Scheduler pScheduler,
ScheduledJob pJob)
This is called when a scheduled job tied to this object occurs.
|
static final java.lang.String CLASS_VERSION
void performScheduledTask(Scheduler pScheduler, ScheduledJob pJob)
pScheduler - calling the jobpJob - the ScheduledJob