Uses of Interface
eu.europa.esig.dss.alert.handler.AlertHandler
Packages that use AlertHandler
-
Uses of AlertHandler in eu.europa.esig.dss.alert
Methods in eu.europa.esig.dss.alert that return AlertHandlerModifier and TypeMethodDescriptionprotected AlertHandler<T>AbstractAlert.getAlertHandler()Gets the alert handlerConstructors in eu.europa.esig.dss.alert with parameters of type AlertHandlerModifierConstructorDescriptionprotectedAbstractAlert(AlertDetector<T> detector, AlertHandler<T> handler) The default constructor setting thedetectorandhandlerexplicitlyprotectedAbstractStatusAlert(AlertHandler<Status> handler) The default constructor -
Uses of AlertHandler in eu.europa.esig.dss.alert.handler
Classes in eu.europa.esig.dss.alert.handler that implement AlertHandlerModifier and TypeClassDescriptionclassThe class allows to define multipleAlertHandlers to processclassLogHandler<T>Implementation ofAlertHandlerwhich logs the object with the specifiedLevelclassImplementation ofAlertHandlerwhich does nothingclassHandler which throws anAlertExceptionConstructor parameters in eu.europa.esig.dss.alert.handler with type arguments of type AlertHandlerModifierConstructorDescriptionCompositeAlertHandler(List<AlertHandler<T>> handlers) The default constructor