Interface ConstrainedPropertyListener

All Known Implementing Classes:
Validation

public interface ConstrainedPropertyListener
Listeners that implement this interface will be notified when changes occur to the ConstrainedProperty instances that it has been added to.
Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    constraintSet(ConstrainedProperty property, String name, Object constraintData)
    This method is called on a registered listener when a constraint has been set to a particular value.
  • Method Details

    • constraintSet

      void constraintSet(ConstrainedProperty property, String name, Object constraintData)
      This method is called on a registered listener when a constraint has been set to a particular value.
      Parameters:
      property - the ConstrainedProperty instance where the constraint has been set
      name - the name of the constraint
      constraintData - the data that the constraint has been set to
      Since:
      1.0