Class UserChangeNameEventImpl

    • Constructor Detail

      • UserChangeNameEventImpl

        public UserChangeNameEventImpl​(User user,
                                       String newName,
                                       String oldName)
        Creates a new user change name event.
        Parameters:
        user - The user of the event.
        newName - The new name of the user.
        oldName - The old name of the user.