Interface PropertyMapTreeListener


  • public interface PropertyMapTreeListener
    Listener interface for property value changes in a property map and it's child maps.
    • Method Detail

      • propertyValuesChanged

        void propertyValuesChanged​(java.util.Map changes)
        Invoked when one or more property value has been modified in one or more property maps.
        Parameters:
        changes - an unmodifiable Map containing PropertyMap's as keys and unmodifiable Map's as values. The value Map's contains Property's as keys and ValueChange's as values.