Interface ListenersFactory
-
- All Known Implementing Classes:
DefaultListenersFactory
public interface ListenersFactoryImplementations of this interface are responsible for resolving and creating instances of listeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> java.util.List<T>getListeners(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.Class<T> listenerType)Returns instances of listeners for a specific type.
-
-
-
Method Detail
-
getListeners
<T> java.util.List<T> getListeners(FacetSearchConfig facetSearchConfig, IndexedType indexedType, java.lang.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
-
-