Interface MapperUpdateListener

  • All Known Implementing Classes:
    WebConfigListener

    public interface MapperUpdateListener
    Listener interface for objects, which are interested in handling Mapper udpdates.
    Author:
    Alexey Stashok
    • Method Detail

      • update

        void update​(HttpService httpService,
                    NetworkListener httpListener,
                    org.glassfish.grizzly.http.server.util.Mapper mapper)