Package rife.validation
Interface ConstrainedPropertyListener
- All Known Implementing Classes:
ContentInfo
,ContentRepository
,DatabaseContentInfo
,TaskOption
,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.-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
This method is called on a registered listener when a constraint has been set to a particular value.- Parameters:
property
- theConstrainedProperty
instance where the constraint has been setname
- the name of the constraintconstraintData
- the data that the constraint has been set to- Since:
- 1.0
-