javax.swing.plaf.basic
public class BasicSliderUI.ChangeHandler extends Object implements ChangeListener
UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.
Method Summary | |
---|---|
void | stateChanged(ChangeEvent e)
Called when the slider's model has been altered. |
Parameters: e A static {@link ChangeEvent} passed from the model.