Class LoggingCallbackHandler
java.lang.Object
ch.tocco.nice2.dbrefactoring.api.callback.LoggingCallbackHandler
- All Implemented Interfaces:
CallbackHandler
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LoggingCallbackHandler
public LoggingCallbackHandler(org.slf4j.Logger logger)
-
-
Method Details
-
handle
Description copied from interface:CallbackHandler
The callback objects from the installation routine are passed to this handler. A callback might ask for additional information required for installing or just informs the caller. TheCallback
interface is a marker interface, so you need to check for concrete subclasses.- Specified by:
handle
in interfaceCallbackHandler
-