Interface WebListenerRegistrar


public interface WebListenerRegistrar
Interface to be implemented by types that register @WebListeners.
Since:
2.4.0
Author:
Andy Wilkinson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register web listeners with the given registry.
  • Method Details

    • register

      void register(WebListenerRegistry registry)
      Register web listeners with the given registry.
      Parameters:
      registry - the web listener registry