javax.swing.plaf.basic

Class BasicScrollPaneUI.VSBChangeListener

public class BasicScrollPaneUI.VSBChangeListener extends Object implements ChangeListener

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

Method Detail

stateChanged

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

Parameters: event the change event