public interface ListenersFactory
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
getListeners(FacetSearchConfig facetSearchConfig,
IndexedType indexedType,
Class<T> listenerType)
Returns instances of listeners for a specific type.
|
<T> List<T> getListeners(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Class<T> listenerType)
facetSearchConfig - - the facet search configurationindexedType - - the indexed typelistenerType - - the type of the listenersCopyright © 2017 SAP SE. All Rights Reserved.