Interface SnListenerFactory
- All Known Implementing Classes:
DefaultSnListenerFactory
public interface SnListenerFactory
Implementations of this interface are responsible for resolving and creating instances of listeners.
-
Method Summary
Modifier and TypeMethodDescription<T> List<T>getListeners(SnContext context, Class<T> listenerType) Returns instances of listeners for a specific type.
-
Method Details
-
getListeners
Returns instances of listeners for a specific type.- Parameters:
context- - the contextlistenerType- - the type of the listeners- Returns:
- the listeners
-