Package eu.europa.esig.dss.alert
Interface Alert<T>
- Type Parameters:
T
- the object to execute alert detection and handling on
- All Known Subinterfaces:
StatusAlert
- All Known Implementing Classes:
AbstractAlert
,AbstractStatusAlert
,DSSErrorHandlerAlert
,ExceptionOnStatusAlert
,LogOnStatusAlert
,LOTLAlert
,ProtectedDocumentExceptionOnStatusAlert
,SilentOnAlert
,SilentOnStatusAlert
,TLAlert
public interface Alert<T>
The interface to handle alert detection and execution
-
Method Summary
-
Method Details
-
alert
Detect and execute the alert on the provided object- Parameters:
object
- to detect and, if needed, execute the alert on
-