Class LOTLLocationChangeDetection

java.lang.Object
eu.europa.esig.dss.tsl.alerts.detections.LOTLLocationChangeDetection
All Implemented Interfaces:
AlertDetector<LOTLInfo>

public class LOTLLocationChangeDetection extends Object implements AlertDetector<LOTLInfo>
Detects the change of a LOTL location
  • Constructor Details

    • LOTLLocationChangeDetection

      public LOTLLocationChangeDetection(LOTLSource lotlSource)
      Default constructor
      Parameters:
      lotlSource - LOTLSource
  • Method Details

    • detect

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