Class CompositeAlertHandler<T>
java.lang.Object
eu.europa.esig.dss.tsl.alerts.handlers.CompositeAlertHandler<T>
- All Implemented Interfaces:
AlertHandler<T>
public class CompositeAlertHandler<T> extends Object implements AlertHandler<T>
-
Constructor Summary
Constructors Constructor Description CompositeAlertHandler(List<AlertHandler<T>> handlers) -
Method Summary
-
Constructor Details
-
Method Details
-
alert
Description copied from interface:AlertHandlerAlert user after some change or problem has been detected- Specified by:
alertin interfaceAlertHandler<T>- Parameters:
currentInfo- the current LOTLInformation or TLInformation that caused the alert
-