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
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StatusDetector
public StatusDetector()Default constructor 
 - 
 - 
Method Details
- 
detect
Description copied from interface:AlertDetectorDetect if an alert must be executed- Specified by:
 detectin interfaceAlertDetector<Status>- Parameters:
 object- to execute detection on- Returns:
 - TRUE if the alert must be executed, FALSE otherwise
 
 
 -