Interface ListenerManager

All Known Implementing Classes:
ListenerManagerImpl

public interface ListenerManager
Client programs may be interested in the 'listener' interfaces that are available from Quartz. The JobListener interface provides notifications of Job executions. The TriggerListener interface provides notifications of Trigger firings. The SchedulerListener interface provides notifications of Scheduler events and errors. Listeners can be associated with local schedulers through the ListenerManager interface.
Since:
2.0 - previously listeners were managed directly on the Scheduler interface.
Author:
jhouse