net.infonode.properties.propertymap
Interface PropertyMapListener

All Known Implementing Classes:
PropertyMapWeakListenerManager.MapListenerRef

public interface PropertyMapListener

Listener interface for property value changes in a property map.

Version:
$Revision: 1.3 $
Author:
$Author: jesper $

Method Summary
 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 occured
changes - an unmodifiable map containing Property's as keys and ValueChange's as values