Class RoleChangeColorEventImpl

    • Field Summary

      • Fields inherited from class org.javacord.core.event.EventImpl

        api
    • Constructor Summary

      Constructors 
      Constructor Description
      RoleChangeColorEventImpl​(Role role, java.awt.Color newColor, java.awt.Color oldColor)
      Creates a new role change color event.
    • Constructor Detail

      • RoleChangeColorEventImpl

        public RoleChangeColorEventImpl​(Role role,
                                        java.awt.Color newColor,
                                        java.awt.Color oldColor)
        Creates a new role change color event.
        Parameters:
        role - The role of the event.
        newColor - The new color of the role.
        oldColor - The old color of the role.