Package | Description |
---|---|
viptool.job.event |
Modifier and Type | Method and Description |
---|---|
void |
IJobSchedulerListener.jobCancelled(JobEvent jobEvent)
This method is called if a job was cancelled by a call to the cancel()
method of the job.
|
void |
IJobListener.jobCancelled(JobEvent jobEvent)
This method is called if the job was cancelled by a call to the cancel()
method of the job.
|
void |
IJobSchedulerListener.jobFinished(JobEvent jobEvent)
This method is called if a job is ready with its work and has finished.
|
void |
IJobListener.jobFinished(JobEvent jobEvent)
This method is called if the job is ready with its work and has finished.
|
void |
IJobSchedulerListener.jobStarted(JobEvent jobEvent)
Called to notify the listener that a job was started and will begin to
work now.
|
void |
IJobListener.jobStarted(JobEvent jobEvent)
Called to notify the listener that the job was started and will begin to
work now.
|