Interface javax.help.search.SearchListener

Implementing Classes:
BasicSearchNavigatorUI

public interface SearchListener
extends java.util.EventListener
Defines the interface for an object that listens to changes from a SearchQuery instance.


itemsFound

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

searchStarted

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

searchFinished

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