Class WebApplicationServerEvent


  • public final class WebApplicationServerEvent
    extends Object
    Event information. Currently contains the server that triggered the event.
    • Constructor Detail

      • WebApplicationServerEvent

        public WebApplicationServerEvent​(WebApplicationServer server)
        Creates a new event.
        Parameters:
        server - the server that triggered the event
    • Method Detail

      • getServer

        public WebApplicationServer getServer()
        Returns the server that triggered the event
        Returns:
        the server that trigger the event