Module java.desktop

Class BasicScrollPaneUI.PropertyChangeHandler

java.lang.Object
javax.swing.plaf.basic.BasicScrollPaneUI.PropertyChangeHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
BasicScrollPaneUI

@Deprecated(since="17") public class BasicScrollPaneUI.PropertyChangeHandler extends Object implements PropertyChangeListener
Deprecated.
Property change handler. This class exists only for backward compatibility. All its functionality has been moved into Handler.
  • Constructor Details

    • PropertyChangeHandler

      public PropertyChangeHandler()
      Deprecated.
      Constructs a PropertyChangeHandler.
  • Method Details

    • propertyChange

      public void propertyChange(PropertyChangeEvent e)
      Deprecated.
      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.