javax.swing.plaf.basic

Class BasicSliderUI.PropertyChangeHandler

public class BasicSliderUI.PropertyChangeHandler extends Object implements PropertyChangeListener

Helper class that listens for changes to the properties of the {@link JSlider}.
Method Summary
voidpropertyChange(PropertyChangeEvent e)
Called when one of the properties change.

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Called when one of the properties change. The UI should recalculate any rectangles if necessary and repaint.

Parameters: e A {@link PropertyChangeEvent}.