Package b4j.core

Interface SearchResultCountCallback


public interface SearchResultCountCallback
Used as callback to report the number of found bugs in a search result. Instantiate an implementation in case you want to be notified about the number of bugs that match your search query.
Author:
Ralph Schuster
See Also:
Session.searchBugs(SearchData, SearchResultCountCallback)
  • Method Summary

    Modifier and Type Method Description
    void setResultCount​(int resultCount)
    Sets the number of found search results.
  • Method Details

    • setResultCount

      void setResultCount​(int resultCount)
      Sets the number of found search results.
      Parameters:
      resultCount - - the number of bugs found in search query.