Class RoleChangePositionEventImpl

    • Constructor Detail

      • RoleChangePositionEventImpl

        public RoleChangePositionEventImpl​(Role role,
                                           int newPosition,
                                           int oldPosition,
                                           int newRawPosition,
                                           int oldRawPosition)
        Creates a new role change color event.
        Parameters:
        role - The role of the event.
        newPosition - The new position of the role.
        oldPosition - The old position of the role.
        newRawPosition - The new raw position of the role.
        oldRawPosition - The old raw position of the role.