Interface PropertyMapListener
-
public interface PropertyMapListener
Listener interface for property value changes in a property map.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
propertyValuesChanged(PropertyMap propertyMap, java.util.Map changes)
Invoked when one or more property values have changed in a property map.
-
-
-
Method Detail
-
propertyValuesChanged
void propertyValuesChanged(PropertyMap propertyMap, java.util.Map changes)
Invoked when one or more property values have changed in a property map.- Parameters:
propertyMap
- the property map where the changes occuredchanges
- an unmodifiable map containingProperty
's as keys andValueChange
's as values
-
-