Class StatusDetector
java.lang.Object
eu.europa.esig.dss.alert.detector.StatusDetector
- All Implemented Interfaces:
AlertDetector<Status>
The class is used to detect a custom event associated with token(s) processing
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StatusDetector
public StatusDetector()Default constructor
-
-
Method Details
-
detect
Description copied from interface:AlertDetector
Detect if an alert must be executed- Specified by:
detect
in interfaceAlertDetector<Status>
- Parameters:
object
- to execute detection on- Returns:
- TRUE if the alert must be executed, FALSE otherwise
-