com.gentics.api.lib.resolving
Interface PropertyModificationListener
- All Known Implementing Classes:
- AbstractGenticsPortlet
public interface PropertyModificationListener
Interface for objects that need to be notified when some of their
subproperties are changed.
Method Summary |
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 |
propertyModified
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
- Parameters:
path
- path of the changed property (not containing the actual name of the property)property
- name of the changed propertyvalue
- new value of the property
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.