Class CompoundCallbackHandler
java.lang.Object
ch.tocco.nice2.dbrefactoring.api.callback.CompoundCallbackHandler
- All Implemented Interfaces:
CallbackHandler
A compound callback handler allowing to add several
CallbackHandlers
that are applied to incoming callbacks in non-deterministic order.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHandler(CallbackHandler handler) voidThe callback objects from the installation routine are passed to this handler.
-
Constructor Details
-
CompoundCallbackHandler
-
-
Method Details
-
addHandler
-
handle
Description copied from interface:CallbackHandlerThe 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. TheCallbackinterface is a marker interface, so you need to check for concrete subclasses.- Specified by:
handlein interfaceCallbackHandler
-