Class LOTLLocationChangeDetection
java.lang.Object
eu.europa.esig.dss.tsl.alerts.detections.LOTLLocationChangeDetection
- All Implemented Interfaces:
AlertDetector<LOTLInfo>
Detects the change of a LOTL location
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LOTLLocationChangeDetection
Default constructor- Parameters:
lotlSource
-LOTLSource
-
-
Method Details
-
detect
Description copied from interface:AlertDetector
Detect if an alert must be executed- Specified by:
detect
in interfaceAlertDetector<LOTLInfo>
- Parameters:
info
- to execute detection on- Returns:
- TRUE if the alert must be executed, FALSE otherwise
-