Class BasicScrollPaneUI.PropertyChangeHandler
java.lang.Object
javax.swing.plaf.basic.BasicScrollPaneUI.PropertyChangeHandler
- All Implemented Interfaces:
- PropertyChangeListener,- EventListener
- Enclosing class:
- BasicScrollPaneUI
@Deprecated(since="17",
            forRemoval=true)
public class BasicScrollPaneUI.PropertyChangeHandler
extends Object
implements PropertyChangeListener
Deprecated, for removal: This API element is subject to removal in a future version.
Property change handler.
 This class exists only for backward compatibility.
 All its functionality has been moved into Handler.
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Constructs aPropertyChangeHandler.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.This method gets called when a bound property is changed.
- 
Constructor Details- 
PropertyChangeHandlerpublic PropertyChangeHandler()Deprecated, for removal: This API element is subject to removal in a future version.Constructs aPropertyChangeHandler.
 
- 
- 
Method Details- 
propertyChangeDeprecated, for removal: This API element is subject to removal in a future version.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.
 
 
-