TriggerListenerSupport ClassQuartz.NET API Documentation
A helpful abstract base class for implementors of ITriggerListener.
Inheritance Hierarchy

System Object
  Quartz.Listener TriggerListenerSupport

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

public abstract class TriggerListenerSupport : ITriggerListener
Remarks

The methods in this class are empty so you only need to override the subset for the ITriggerListener events you care about.

You are required to implement Name to return the unique name of your ITriggerListener.

See Also