javax.swing.plaf.basic
Class BasicScrollPaneUI.HSBChangeListener

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

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.


Constructor Summary
BasicScrollPaneUI.HSBChangeListener()
           
 
Method Summary
 void stateChanged(ChangeEvent event)
          Receives notification when the state of the horizontal 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.HSBChangeListener

public BasicScrollPaneUI.HSBChangeListener()
Method Detail

stateChanged

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

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