public interface FacetSearchListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterSearch(FacetSearchContext facetSearchContext)
Handles a notification that a facet search service has just completed.
|
void |
afterSearchError(FacetSearchContext facetSearchContext)
Handles a notification that a facet search service failed (this may also be due to listeners failing).
|
void |
beforeSearch(FacetSearchContext facetSearchContext)
Handles a notification that a facet search service is about to begin execution.
|
void beforeSearch(FacetSearchContext facetSearchContext) throws FacetSearchException
facetSearchContext - - the FacetSearchContextFacetSearchException - if an error occursvoid afterSearch(FacetSearchContext facetSearchContext) throws FacetSearchException
facetSearchContext - - the FacetSearchContextFacetSearchException - if an error occursvoid afterSearchError(FacetSearchContext facetSearchContext) throws FacetSearchException
facetSearchContext - - the FacetSearchContextFacetSearchException - if an error occursCopyright © 2017 SAP SE. All Rights Reserved.