Interface SnSearchListener

All Known Implementing Classes:
CatalogVersionFilterSnSearchListener, SnAsSearchProfileCalculationListener

public interface SnSearchListener
Listener for search operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handles a notification that the search operation has just completed.
    void
    Handles a notification that the search operation failed (this may also be due to listeners failing).
    void
    Handles a notification that the search operation is about to begin execution.
  • Method Details

    • beforeSearch

      void beforeSearch(SnSearchContext context) throws SnSearchException
      Handles a notification that the search operation is about to begin execution.
      Parameters:
      context - - the search context
      Throws:
      SnSearchException - if an error occurs
    • afterSearch

      void afterSearch(SnSearchContext context) throws SnSearchException
      Handles a notification that the search operation has just completed.
      Parameters:
      context - - the search context
      Throws:
      SnSearchException - if an error occurs
    • afterSearchError

      void afterSearchError(SnSearchContext context) throws SnSearchException
      Handles a notification that the search operation failed (this may also be due to listeners failing).
      Parameters:
      context - - the search context
      Throws:
      SnSearchException - if an error occurs