javax.swing.plaf.basic

Class BasicScrollPaneUI.HSBChangeListener

public class BasicScrollPaneUI.HSBChangeListener extends Object implements ChangeListener

Listens for changes in the state of the horizontal scrollbar's model and updates the scrollpane accordingly.
Method Summary
voidstateChanged(ChangeEvent event)
Receives notification when the state of the horizontal scrollbar model has changed.

Method Detail

stateChanged

public void stateChanged(ChangeEvent event)
Receives notification when the state of the horizontal scrollbar model has changed.

Parameters: event the change event