Package com.biglybt.pif.utils.search
Interface SearchObserver
-
- All Known Implementing Classes:
RelatedContentSearcher.MySearchObserver
public interface SearchObserver
-
-
Field Summary
Fields Modifier and Type Field Description static int
PR_MAX_RESULTS_WANTED
static int
PR_SUPPORTS_DUPLICATES
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancelled()
void
complete()
java.lang.Object
getProperty(int property)
void
resultReceived(SearchInstance search, SearchResult result)
-
-
-
Field Detail
-
PR_MAX_RESULTS_WANTED
static final int PR_MAX_RESULTS_WANTED
- See Also:
- Constant Field Values
-
PR_SUPPORTS_DUPLICATES
static final int PR_SUPPORTS_DUPLICATES
- See Also:
- Constant Field Values
-
-
Method Detail
-
resultReceived
void resultReceived(SearchInstance search, SearchResult result)
-
complete
void complete()
-
cancelled
void cancelled()
-
getProperty
java.lang.Object getProperty(int property)
-
-