Class AbstractAlert<T>

java.lang.Object
eu.europa.esig.dss.alert.AbstractAlert<T>
Type Parameters:
T - the object to execute alert detection and handling on
All Implemented Interfaces:
Alert<T>
Direct Known Subclasses:
AbstractStatusAlert, DSSErrorHandlerAlert, LOTLAlert, SilentOnAlert, TLAlert

public abstract class AbstractAlert<T> extends Object implements Alert<T>
The class contains a general logic for alert handling
  • Constructor Details

  • Method Details

    • alert

      public void alert(T object)
      Description copied from interface: Alert
      Detect and execute the alert on the provided object
      Specified by:
      alert in interface Alert<T>
      Parameters:
      object - to detect and, if needed, execute the alert on