Interface SearchObserver
-
- All Known Implementing Classes:
FulltextForm
,HitsListPanel
,SearchPanel
public interface SearchObserver
Listener on search events- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onOptionsChanged(GUISearchOptions newOptions)
Invoked when the options changedvoid
onSearchArrived()
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
-
-