Interface AlertHandler<T>

Type Parameters:
T - a class of the object to execute the alert on
All Known Implementing Classes:
CompositeAlertHandler, LogHandler, LogLOTLLocationChangeAlertHandler, LogOJUrlChangeAlertHandler, LogTLExpirationAlertHandler, LogTLParsingErrorAlertHandler, LogTLSignatureErrorAlertHandler, SilentHandler, ThrowAlertExceptionHandler

public interface AlertHandler<T>
Executes a process on an object
  • Method Summary

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

    • process

      void process(T object)
      Alert user after some change or problem has been detected
      Parameters:
      object - to execute the alert on