public interface PropertyMapListener
Modifier and Type | Method and Description |
---|---|
void |
propertyValuesChanged(PropertyMap propertyMap,
java.util.Map changes)
Invoked when one or more property values have changed in a property map.
|
void propertyValuesChanged(PropertyMap propertyMap, java.util.Map changes)
propertyMap
- the property map where the changes occuredchanges
- an unmodifiable map containing Property
's as keys and
ValueChange
's as values