Interface WebApplicationServerListener


  • public interface WebApplicationServerListener
    A listener to various server events.
    • Method Detail

      • serverStarted

        void serverStarted​(WebApplicationServerEvent e)
        Invoked when a server is started.
        Parameters:
        e - the event containing context information.
      • serverStopped

        void serverStopped​(WebApplicationServerEvent e)
        Invoked when a server is stopped.
        Parameters:
        e - the event containing context information.