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 voidAbstractThreadedTask. 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 voidBasicObjectRetriever. setTerminationRegistrar(Consumer<Functions.GenericCallback> registar)Sets the termination registrar objectdefault voidObjectRetriever. setTerminationRegistrar(Consumer<Functions.GenericCallback> registar)A hook installer method allowing an object retriever and its calling class to handle termination events together. 
 -