@Extensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface AsyncSearchResultListener extends SearchResultListener
Modifier and Type | Method and Description |
---|---|
void |
searchResultReceived(AsyncRequestID requestID,
SearchResult searchResult)
Indicates that the provided search result has been received in response to
an asynchronous search operation.
|
searchEntryReturned, searchReferenceReturned
void searchResultReceived(@NotNull AsyncRequestID requestID, @NotNull SearchResult searchResult)
requestID
- The async request ID of the request for which the
response was received.searchResult
- The search result that has been received.