Package javax.help.search
Interface SearchListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
BasicSearchNavigatorUI
,SearchTOCItemTag
Defines the interface for an object that listens to
changes from a SearchQuery instance.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Tells the listener that matching SearchItems have been found.void
Tells the listener that the search has finishedvoid
Tells the listener that the search has started.
-
Method Details
-
itemsFound
Tells the listener that matching SearchItems have been found. -
searchStarted
Tells the listener that the search has started. -
searchFinished
Tells the listener that the search has finished
-