Uses of Interface
com.identityworksllc.iiq.common.Functions.GenericCallback
-
Packages that use Functions.GenericCallback Package Description com.identityworksllc.iiq.common.task Utilities relating to tasks, including base task implementations -
-
Uses of Functions.GenericCallback in com.identityworksllc.iiq.common.task
Methods in com.identityworksllc.iiq.common.task with parameters of type Functions.GenericCallback Modifier and Type Method Description protected void
AbstractThreadedTask. addTerminationHandler(Functions.GenericCallback handler)
Adds a termination handler to this execution of the taskMethod parameters in com.identityworksllc.iiq.common.task with type arguments of type Functions.GenericCallback Modifier and Type Method Description void
BasicObjectRetriever. setTerminationRegistrar(Consumer<Functions.GenericCallback> registar)
Sets the termination registrar objectdefault void
ObjectRetriever. setTerminationRegistrar(Consumer<Functions.GenericCallback> registar)
A hook installer method allowing an object retriever and its calling class to handle termination events together.
-