Package eu.europa.esig.dss.alert.handler
Interface AlertHandler<T>
- Type Parameters:
T
- a class of the object to execute the alert on
- All Known Implementing Classes:
CompositeAlertHandler
,LogHandler
,LogLOTLLocationChangeAlertHandler
,LogOJUrlChangeAlertHandler
,LogTLExpirationAlertHandler
,LogTLParsingErrorAlertHandler
,LogTLSignatureErrorAlertHandler
,SilentHandler
,ThrowAlertExceptionHandler
public interface AlertHandler<T>
Executes a process on an object
-
Method Summary
-
Method Details
-
process
Alert user after some change or problem has been detected- Parameters:
object
- to execute the alert on
-