Class SilentOnAlert<T>

java.lang.Object
eu.europa.esig.dss.alert.AbstractAlert<T>
eu.europa.esig.dss.alert.SilentOnAlert<T>
Type Parameters:
T - the class of an object to process
All Implemented Interfaces:
Alert<T>

public class SilentOnAlert<T> extends AbstractAlert<T>
The class is used to process an alert silently (do nothing)
  • Constructor Details

    • SilentOnAlert

      public SilentOnAlert(AlertDetector<T> detector)
      The default constructor
      Parameters:
      detector - AlertDetector to detect an event to trugger the handler