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
-
Method Details
-
detect
Detect if an alert must be executed- Parameters:
object
- to execute detection on- Returns:
- TRUE if the alert must be executed, FALSE otherwise
-