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
Constructors -
Method Summary
-
Constructor Details
-
SilentHandler
public SilentHandler()Default constructor
-
-
Method Details
-
process
Description copied from interface:AlertHandlerAlert user after some change or problem has been detected- Specified by:
processin interfaceAlertHandler<T>- Parameters:
object- to execute the alert on
-