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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.This method gets called when a bound property is changed. 
- 
Constructor Details
- 
PropertyChangeHandler
public PropertyChangeHandler()Deprecated.Constructs aPropertyChangeHandler. 
 - 
 - 
Method Details
- 
propertyChange
Deprecated.This method gets called when a bound property is changed.- Specified by:
 propertyChangein interfacePropertyChangeListener- Parameters:
 e- A PropertyChangeEvent object describing the event source and the property that has changed.
 
 -