Interface ListenersFactory
- All Known Implementing Classes:
DefaultListenersFactory
public interface ListenersFactory
Implementations of this interface are responsible for resolving and creating instances of listeners.
-
Method Summary
Modifier and TypeMethodDescription<T> List<T>getListeners(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Class<T> listenerType) Returns instances of listeners for a specific type.
-
Method Details
-
getListeners
<T> List<T> getListeners(FacetSearchConfig facetSearchConfig, IndexedType indexedType, Class<T> listenerType) Returns instances of listeners for a specific type.- Parameters:
facetSearchConfig- - the facet search configurationindexedType- - the indexed typelistenerType- - the type of the listeners- Returns:
- the listeners
-