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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.This method gets called when a bound property is changed.
- 
Constructor Details- 
PropertyChangeHandlerpublic PropertyChangeHandler()Deprecated.Constructs aPropertyChangeHandler.
 
- 
- 
Method Details- 
propertyChangeDeprecated.This method gets called when a bound property is changed.- Specified by:
- propertyChangein interface- PropertyChangeListener
- Parameters:
- e- A PropertyChangeEvent object describing the event source and the property that has changed.
 
 
-