Class SilentHandler<T>

java.lang.Object
eu.europa.esig.dss.alert.handler.SilentHandler<T>
Type Parameters:
T - the object to execute processing on
All Implemented Interfaces:
AlertHandler<T>

public class SilentHandler<T> extends Object implements AlertHandler<T>
Implementation of AlertHandler which does nothing
  • Constructor Details

    • SilentHandler

      public SilentHandler()
      Default constructor
  • Method Details

    • process

      public void process(T object)
      Description copied from interface: AlertHandler
      Alert user after some change or problem has been detected
      Specified by:
      process in interface AlertHandler<T>
      Parameters:
      object - to execute the alert on