Interface PropertyMapListener


  • public interface PropertyMapListener
    Listener interface for property value changes 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