Interface WebListenerRegistrar
public interface WebListenerRegistrar
Interface to be implemented by types that register
@WebListeners
.- Since:
- 2.4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
register
(WebListenerRegistry registry) Register web listeners with the given registry.
-
Method Details
-
register
Register web listeners with the given registry.- Parameters:
registry
- the web listener registry
-