Class StatusDetector

java.lang.Object
eu.europa.esig.dss.alert.detector.StatusDetector
All Implemented Interfaces:
AlertDetector<Status>

public class StatusDetector extends Object implements AlertDetector<Status>
The class is used to detect a custom event associated with token(s) processing
  • Constructor Details

    • StatusDetector

      public StatusDetector()
      Default constructor
  • Method Details

    • detect

      public boolean detect(Status object)
      Description copied from interface: AlertDetector
      Detect if an alert must be executed
      Specified by:
      detect in interface AlertDetector<Status>
      Parameters:
      object - to execute detection on
      Returns:
      TRUE if the alert must be executed, FALSE otherwise