BroadcastJobListener ClassQuartz.NET API Documentation
Holds a List of references to JobListener instances and broadcasts all events to them (in order).
Inheritance Hierarchy

System Object
  Quartz.Listener BroadcastJobListener

Namespace: Quartz.Listener
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public class BroadcastJobListener : IJobListener
Remarks

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.

See Also