Module java.desktop

Class BasicScrollBarUI.PropertyChangeHandler

    • Constructor Detail

      • PropertyChangeHandler

        public PropertyChangeHandler​()
    • Method Detail

      • propertyChange

        public void propertyChange​(PropertyChangeEvent e)
        This method gets called when a bound property is changed.
        Specified by:
        propertyChange in interface PropertyChangeListener
        Parameters:
        e - A PropertyChangeEvent object describing the event source and the property that has changed.