Class AbstractStatusAlert
- All Implemented Interfaces:
Alert<Status>, StatusAlert
- Direct Known Subclasses:
DSSExternalResourceExceptionAlert, ExceptionOnStatusAlert, LogOnStatusAlert, ProtectedDocumentExceptionOnStatusAlert, SilentOnStatusAlert
The abstract alert class to define a handler for the
Status processing-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractStatusAlert(AlertHandler<Status> handler) The default constructor -
Method Summary
Methods inherited from class AbstractAlert
alert, getAlertDetector, getAlertHandler
-
Constructor Details
-
AbstractStatusAlert
The default constructor- Parameters:
handler-AlertHandlerto process theStatus
-