java.lang.Object
eu.europa.esig.dss.alert.AbstractAlert<eu.europa.esig.dss.model.tsl.LOTLInfo>
eu.europa.esig.dss.tsl.alerts.LOTLAlert
- All Implemented Interfaces:
eu.europa.esig.dss.alert.Alert<eu.europa.esig.dss.model.tsl.LOTLInfo>
public class LOTLAlert
extends eu.europa.esig.dss.alert.AbstractAlert<eu.europa.esig.dss.model.tsl.LOTLInfo>
The class to process events on LOTL
-
Constructor Summary
ConstructorsConstructorDescriptionLOTLAlert(eu.europa.esig.dss.alert.detector.AlertDetector<eu.europa.esig.dss.model.tsl.LOTLInfo> detection, eu.europa.esig.dss.alert.handler.AlertHandler<eu.europa.esig.dss.model.tsl.LOTLInfo> handler) Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.alert.AbstractAlert
alert, getAlertDetector, getAlertHandler
-
Constructor Details
-
LOTLAlert
public LOTLAlert(eu.europa.esig.dss.alert.detector.AlertDetector<eu.europa.esig.dss.model.tsl.LOTLInfo> detection, eu.europa.esig.dss.alert.handler.AlertHandler<eu.europa.esig.dss.model.tsl.LOTLInfo> handler) Default constructor- Parameters:
detection-AlertDetectorhandler-AlertHandler
-