@Extensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface AsyncCompareResultListener
Modifier and Type | Method and Description |
---|---|
void |
compareResultReceived(AsyncRequestID requestID,
CompareResult compareResult)
Indicates that the provided LDAP result has been received in response to an
asynchronous compare operation.
|
void compareResultReceived(@NotNull AsyncRequestID requestID, @NotNull CompareResult compareResult)
requestID
- The async request ID of the request for which the
response was received.compareResult
- The compare result that has been received.