javax.swing.plaf.basic

Class BasicScrollBarUI.ModelListener

protected class BasicScrollBarUI.ModelListener extends Object implements ChangeListener

A helper class that listens to the ScrollBar's model for ChangeEvents.
Method Summary
voidstateChanged(ChangeEvent e)
Called when the model changes.

Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Called when the model changes.

Parameters: e The ChangeEvent fired by the model.