javax.help.search

Interface SearchListener

All Superinterfaces:
java.util.EventListener
Known Implementing Classes:
BasicSearchNavigatorUI, SearchTOCItemTag

public interface SearchListener
extends java.util.EventListener

Defines the interface for an object that listens to changes from a SearchQuery instance.

Method Summary

void
itemsFound(SearchEvent e)
Tells the listener that matching SearchItems have been found.
void
searchFinished(SearchEvent e)
Tells the listener that the search has finished
void
searchStarted(SearchEvent e)
Tells the listener that the search has started.

Method Details

itemsFound

public void itemsFound(SearchEvent e)
Tells the listener that matching SearchItems have been found.

searchFinished

public void searchFinished(SearchEvent e)
Tells the listener that the search has finished

searchStarted

public void searchStarted(SearchEvent e)
Tells the listener that the search has started.