Class RoleChangeNameEventImpl

    • Constructor Detail

      • RoleChangeNameEventImpl

        public RoleChangeNameEventImpl​(Role role,
                                       String newName,
                                       String oldName)
        Creates a new role change name.
        Parameters:
        role - The role of the event.
        newName - The new name of the role.
        oldName - The old name of the role.