Interface WebListenerRegistrar
public interface WebListenerRegistrar
Interface to be implemented by types that register
@WebListeners.- Since:
- 2.4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidregister(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
-