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

System Object
  Quartz.Listener BroadcastTriggerListener

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

public class BroadcastTriggerListener : ITriggerListener
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