Interface SearchObserver

All Known Implementing Classes:
FoldersForm, FulltextForm, HitsListPanel, ParametricForm, SearchPanel, SemanticForm, TagsForm

public interface SearchObserver
Listener on search events
Since:
6.0
Author:
Marco Meschieri - LogicalDOC
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the options changed
    void
    Invoked when a new result is returned by the server
  • Method Details

    • 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