Interface SearchResultListener

    • Method Detail

      • searchEntryReturned

        void searchEntryReturned​(@NotNull
                                 SearchResultEntry searchEntry)
        Indicates that the provided search result entry has been returned by the server and may be processed by this search result listener.
        Parameters:
        searchEntry - The search result entry that has been returned by the server.
      • searchReferenceReturned

        void searchReferenceReturned​(@NotNull
                                     SearchResultReference searchReference)
        Indicates that the provided search result reference has been returned by the server and may be processed by this search result listener.
        Parameters:
        searchReference - The search result reference that has been returned by the server.