Interface SearchObserver
-
- All Known Implementing Classes:
FulltextForm,HitsListPanel,SearchPanel
public interface SearchObserverListener on search events- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonOptionsChanged(GUISearchOptions newOptions)Invoked when the options changedvoidonSearchArrived()Invoked when a new result is returned by the server
-
-
-
Method Detail
-
onSearchArrived
void onSearchArrived()
Invoked when a new result is returned by the server
-
onOptionsChanged
void onOptionsChanged(GUISearchOptions newOptions)
Invoked when the options changed- Parameters:
newOptions- the search options to use
-
-