Interface AlertDetector<T>

Type Parameters:
T - the object to check if the alert must be executed
All Known Implementing Classes:
LOTLLocationChangeDetection, OJUrlChangeDetection, StatusDetector, TLExpirationDetection, TLParsingErrorDetection, TLSignatureErrorDetection

public interface AlertDetector<T>
The interface used to detect on object if the alert must be executed
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    detect(T object)
    Detect if an alert must be executed
  • Method Details

    • detect

      boolean detect(T object)
      Detect if an alert must be executed
      Parameters:
      object - to execute detection on
      Returns:
      TRUE if the alert must be executed, FALSE otherwise