Package com.biglybt.pif.utils.search
Interface SearchObserver
- All Known Implementing Classes:
RelatedContentSearcher.MySearchObserver
public interface SearchObserver
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
complete()
getProperty
(int property) void
resultReceived
(SearchInstance search, SearchResult result)
-
Field Details
-
PR_MAX_RESULTS_WANTED
static final int PR_MAX_RESULTS_WANTED- See Also:
-
PR_SUPPORTS_DUPLICATES
static final int PR_SUPPORTS_DUPLICATES- See Also:
-
-
Method Details
-
resultReceived
-
complete
void complete() -
cancelled
void cancelled() -
getProperty
-