{@link JobListener}
interface provides notifications of Job
executions. The {@link TriggerListener}
interface provides notifications of Trigger
firings. The {@link SchedulerListener}
interface provides notifications of Scheduler
events and errors. Listeners can be associated with local schedulers through the {@link ListenerManager} interface. Listener registration order is preserved, and hence notification of listeners will be in the order in which they were registered.
@author jhouse @since 2.0 - previously listeners were managed directly on the Scheduler interface.
|
|