Package eu.europa.esig.dss.alert.handler
Class SilentHandler<T>
java.lang.Object
eu.europa.esig.dss.alert.handler.SilentHandler<T>
- Type Parameters:
T
- the object to execute processing on
- All Implemented Interfaces:
AlertHandler<T>
Implementation of
AlertHandler
which does nothing-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SilentHandler
public SilentHandler()Default constructor
-
-
Method Details
-
process
Description copied from interface:AlertHandler
Alert user after some change or problem has been detected- Specified by:
process
in interfaceAlertHandler<T>
- Parameters:
object
- to execute the alert on
-