Package eu.europa.esig.dss.alert
Class SilentOnAlert<T>
java.lang.Object
eu.europa.esig.dss.alert.AbstractAlert<T>
eu.europa.esig.dss.alert.SilentOnAlert<T>
- Type Parameters:
T
- the class of an object to process
- All Implemented Interfaces:
Alert<T>
The class is used to process an alert silently (do nothing)
-
Constructor Summary
-
Method Summary
Methods inherited from class eu.europa.esig.dss.alert.AbstractAlert
alert
-
Constructor Details
-
SilentOnAlert
The default constructor- Parameters:
detector
-AlertDetector
to detect an event to trugger the handler
-