Interface AlertHandler<T>

All Known Implementing Classes:
CompositeAlertHandler, LogLOTLLocationChangeAlertHandler, LogOJUrlChangeAlertHandler, LogTLExpirationAlertHandler, LogTLParsingErrorAlertHandler, LogTLSignatureErrorAlertHandler

public interface AlertHandler<T>
  • Method Summary

    Modifier and Type Method Description
    void alert​(T currentInfo)
    Alert user after some change or problem has been detected
  • Method Details

    • alert

      void alert​(T currentInfo)
      Alert user after some change or problem has been detected
      Parameters:
      currentInfo - the current LOTLInformation or TLInformation that caused the alert