Interface IPropertyListener

    • Method Detail

      • propertyChanged

        void propertyChanged​(Object source,
                             int propId)
        Indicates that a property has changed.
        Parameters:
        source - the object whose property has changed
        propId - the id of the property which has changed; property ids are generally defined as constants on the source class