- java.lang.Object
-
- javax.swing.plaf.basic.BasicScrollPaneUI.PropertyChangeHandler
-
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
- BasicScrollPaneUI
public class BasicScrollPaneUI.PropertyChangeHandler extends Object implements PropertyChangeListener
Property change handler.
-
-
Constructor Summary
Constructors Constructor Description PropertyChangeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.
-
-
-
Method Detail
-
propertyChange
public void propertyChange(PropertyChangeEvent e)
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
e
- A PropertyChangeEvent object describing the event source and the property that has changed.
-
-