com.uwyn.rife.site
Interface ConstrainedPropertyListener
- All Known Implementing Classes:
- CmfValidation, ContentInfo, ContentRepository, DatabaseContentInfo, Email, RoleUser, Task, 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.
- Since:
- 1.6
- Version:
- $Revision: 3717 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
ConstrainedProperty.addListener(com.uwyn.rife.site.ConstrainedPropertyListener),
ConstrainedProperty.removeListener(com.uwyn.rife.site.ConstrainedPropertyListener)
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 setname - the name of the constraintconstraintData - the data that the constraint has been set to- Since:
- 1.6
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.