Interface AlertHandler<T>
- All Known Implementing Classes:
CompositeAlertHandler,LogLOTLLocationChangeAlertHandler,LogOJUrlChangeAlertHandler,LogTLExpirationAlertHandler,LogTLParsingErrorAlertHandler,LogTLSignatureErrorAlertHandler
public interface AlertHandler<T>
-
Method Details
-
alert
Alert user after some change or problem has been detected- Parameters:
currentInfo- the current LOTLInformation or TLInformation that caused the alert
-