javax.swing.plaf.basic
Class BasicScrollPaneUI.VSBChangeListener

java.lang.Object
  extended by javax.swing.plaf.basic.BasicScrollPaneUI.VSBChangeListener
All Implemented Interfaces:
EventListener, ChangeListener
Enclosing class:
BasicScrollPaneUI

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.


Constructor Summary
BasicScrollPaneUI.VSBChangeListener()
           
 
Method Summary
 void stateChanged(ChangeEvent event)
          Receives notification when the state of the vertical scrollbar model has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScrollPaneUI.VSBChangeListener

public BasicScrollPaneUI.VSBChangeListener()
Method Detail

stateChanged

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

Specified by:
stateChanged in interface ChangeListener
Parameters:
event - the change event