Class ServerChangeOwnerEventImpl

    • Constructor Detail

      • ServerChangeOwnerEventImpl

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