public interface PropertyValueSettingListener
Modifier and Type | Method and Description |
---|---|
void |
afterPropertyValueSetting(Element element,
TPropertyDescriptor property,
java.lang.Object newValue)
Called after new value is set to the element's property.
|
boolean |
beforePropertyValueSetting(Element element,
TPropertyDescriptor property,
java.lang.Object newValue)
Called before new value is set to the element's property.
|
boolean beforePropertyValueSetting(Element element, TPropertyDescriptor property, java.lang.Object newValue)
element
- the operated elementproperty
- the property that will be setnewValue
- the new value for settingvoid afterPropertyValueSetting(Element element, TPropertyDescriptor property, java.lang.Object newValue)
element
- the operated elementproperty
- the property that was setnewValue
- the new value for settingCopyright © 2002 - 2010 Serva Software. All Rights Reserved.