org.gudy.azureus2.plugins.utils.search
Interface SearchObserver


public interface SearchObserver


Field Summary
static int PR_MAX_RESULTS_WANTED
           
static int PR_SUPPORTS_DUPLICATES
           
 
Method Summary
 void cancelled()
           
 void complete()
           
 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

Object getProperty(int property)