Class BroadcastJobListener

  • All Implemented Interfaces:
    JobListener

    public class BroadcastJobListener
    extends java.lang.Object
    implements JobListener
    Holds a List of references to JobListener instances and broadcasts all events to them (in order).

    The broadcasting behavior of this listener to delegate listeners may be more convenient than registering all of the listeners directly with the Scheduler, and provides the flexibility of easily changing which listeners get notified.

    Author:
    James House (jhouse AT revolition DOT net)
    See Also:
    addListener(org.quartz.JobListener), removeListener(org.quartz.JobListener), removeListener(String)