public interface ISearchHandler
Represents search handler for processing search events.
Modifier and Type | Method and Description |
---|---|
void |
complete()
The search is completed.
|
boolean |
processSearchResult(SearchResult searchResult)
The next occurrence of the search word is found.
|
boolean processSearchResult(SearchResult searchResult)
The next occurrence of the search word is found.
searchResult
- The search result.void complete()
The search is completed.
Copyright © 2019. All rights reserved.