Package eu.europa.esig.dss.alert
Class AbstractAlert<T>
java.lang.Object
eu.europa.esig.dss.alert.AbstractAlert<T>
- Type Parameters:
T- the object to execute alert detection and handling on
- All Implemented Interfaces:
Alert<T>
- Direct Known Subclasses:
AbstractStatusAlert,DSSErrorHandlerAlert,LOTLAlert,SilentOnAlert,TLAlert
The class contains a general logic for alert handling
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractAlert(AlertDetector<T> detector, AlertHandler<T> handler) The default constructor -
Method Summary
-
Constructor Details
-
AbstractAlert
The default constructor- Parameters:
detector-AlertDetectorto detect an eventhandler-AlertHandlerto execute the corresponding code
-
-
Method Details