Class ServerChangeOwnerEventImpl

    • Constructor Detail

      • ServerChangeOwnerEventImpl

        public ServerChangeOwnerEventImpl​(Server server,
                                          long newOwnerId,
                                          long oldOwnerId)
        Creates a new server change owner event.
        Parameters:
        server - The server of the event.
        newOwnerId - The id of the new owner of the server.
        oldOwnerId - The id of the old owner of the server.