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