Uses of Interface
org.ldaptive.handler.CompleteHandler
-
Packages that use CompleteHandler Package Description org.ldaptive org.ldaptive.extended org.ldaptive.transport -
-
Uses of CompleteHandler in org.ldaptive
Methods in org.ldaptive with parameters of type CompleteHandler Modifier and Type Method Description CompareOperationHandle
CompareOperationHandle. onComplete(CompleteHandler function)
OperationHandle<Q,S>
OperationHandle. onComplete(CompleteHandler function)
Sets the function to execute when the operation completes.SearchOperationHandle
SearchOperationHandle. onComplete(CompleteHandler function)
-
Uses of CompleteHandler in org.ldaptive.extended
Methods in org.ldaptive.extended with parameters of type CompleteHandler Modifier and Type Method Description ExtendedOperationHandle
ExtendedOperationHandle. onComplete(CompleteHandler function)
-
Uses of CompleteHandler in org.ldaptive.transport
Fields in org.ldaptive.transport declared as CompleteHandler Modifier and Type Field Description private CompleteHandler
DefaultOperationHandle. onComplete
Function to run when the operation completes.Methods in org.ldaptive.transport that return CompleteHandler Modifier and Type Method Description CompleteHandler
DefaultOperationHandle. getOnComplete()
Methods in org.ldaptive.transport with parameters of type CompleteHandler Modifier and Type Method Description DefaultCompareOperationHandle
DefaultCompareOperationHandle. onComplete(CompleteHandler function)
DefaultExtendedOperationHandle
DefaultExtendedOperationHandle. onComplete(CompleteHandler function)
DefaultOperationHandle<Q,S>
DefaultOperationHandle. onComplete(CompleteHandler function)
DefaultSearchOperationHandle
DefaultSearchOperationHandle. onComplete(CompleteHandler function)
-