All Known Implementing Classes:
Job1Listener, MyJobListener, LoggingJobHistoryPlugin, DumbJobListener, JobChainingJobListener, FilterAndBroadcastJobListener, ExecutingJobsManager, JobListenerSupport
The interface to be implemented by classes that want to be informed when a
org.quartz.JobDetail executes. In general,
applications that use a Scheduler will not have use for this
mechanism.
James - House| Method from org.quartz.JobListener Summary: |
|---|
| getName, jobExecutionVetoed, jobToBeExecuted, jobWasExecuted |
| Method from org.quartz.JobListener Detail: |
|---|
Get the name of the |
Called by the |
Called by the
This method will not be invoked if the execution of the Job was vetoed
by a |
Called by the |