Interface IPropertyChangeListener

    • Method Detail

      • propertyChange

        void propertyChange​(PropertyChangeEvent event)
        Notification that a property has changed.

        This method gets called when the observed object fires a property change event.

        Parameters:
        event - the property change event object describing which property changed and how