public interface PropertyModificationListener
Modifier and Type | Method and Description |
---|---|
void |
propertyModified(java.lang.String path,
java.lang.String property,
java.lang.Object value)
This method is called by the
PropertySetter when one of the
(sub-)properties of this object is modified |
void propertyModified(java.lang.String path, java.lang.String property, java.lang.Object value)
PropertySetter
when one of the
(sub-)properties of this object is modifiedpath
- path of the changed property (not containing the actual name of the property)property
- name of the changed propertyvalue
- new value of the propertyCopyright © 2015 Gentics Software GmbH. All Rights Reserved.