Class ServerChangeNameEventImpl

    • Constructor Detail

      • ServerChangeNameEventImpl

        public ServerChangeNameEventImpl​(Server server,
                                         String newName,
                                         String oldName)
        Creates a new server change name event.
        Parameters:
        server - The server of the event.
        newName - The new name of the server.
        oldName - The old name of the server.