Package eu.europa.esig.dss.tsl.alerts
Class TLAlert
public class TLAlert extends AbstractAlert<TLInfo>
The class to process events on TL
-
Constructor Summary
Constructors Constructor Description TLAlert(AlertDetector<TLInfo> detection, AlertHandler<TLInfo> handler)
Default constructor -
Method Summary
Methods inherited from class eu.europa.esig.dss.alert.AbstractAlert
alert
-
Constructor Details
-
TLAlert
Default constructor- Parameters:
detection
-AlertDetector
handler
-AlertHandler
-