Uses of Interface
org.ldaptive.handler.CompleteHandler
Packages that use CompleteHandler
-
Uses of CompleteHandler in org.ldaptive
Methods in org.ldaptive with parameters of type CompleteHandlerModifier and TypeMethodDescriptionCompareOperationHandle.onComplete
(CompleteHandler function) OperationHandle.onComplete
(CompleteHandler function) Sets the function to execute when the operation completes.SearchOperationHandle.onComplete
(CompleteHandler function) -
Uses of CompleteHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type CompleteHandler -
Uses of CompleteHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as CompleteHandlerModifier and TypeFieldDescriptionprivate CompleteHandler
DefaultOperationHandle.onComplete
Function to run when the operation completes.Methods in org.ldaptive.transport that return CompleteHandlerMethods in org.ldaptive.transport with parameters of type CompleteHandlerModifier and TypeMethodDescriptionDefaultCompareOperationHandle.onComplete
(CompleteHandler function) DefaultExtendedOperationHandle.onComplete
(CompleteHandler function) DefaultOperationHandle.onComplete
(CompleteHandler function) DefaultSearchOperationHandle.onComplete
(CompleteHandler function)