Interface RoleChangeColorEvent

    • Method Detail

      • getOldColor

        java.util.Optional<java.awt.Color> getOldColor()
        Gets the old color of the role.
        Returns:
        The old color of the role.
      • getNewColor

        java.util.Optional<java.awt.Color> getNewColor()
        Gets the new color of the role.
        Returns:
        The new color of the role.