net.infonode.properties.propertymap
public interface PropertyMapTreeListener
Version: $Revision: 1.4 $
Method Summary | |
---|---|
void | propertyValuesChanged(Map changes)
Invoked when one or more property value has been modified in one or more property maps.
|
Parameters: changes an unmodifiable {@link Map} containing {@link PropertyMap}'s as keys and unmodifiable {@link Map}'s as values. The value Map's contains {@link net.infonode.properties.base.Property}'s as keys and {@link net.infonode.util.ValueChange}'s as values.