javax.swing.plaf.basic
Class BasicScrollBarUI.ModelListener

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

protected class BasicScrollBarUI.ModelListener
extends Object
implements ChangeListener

Disabled: no SafeJ information.

A listener to listen for model changes.


Constructor Summary
protected BasicScrollBarUI.ModelListener()
           
 
Method Summary
 void stateChanged(ChangeEvent e)
          Invoked when the target of the listener has changed its state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicScrollBarUI.ModelListener

protected BasicScrollBarUI.ModelListener()
Class is disabled.

Method Detail

stateChanged

public void stateChanged(ChangeEvent e)
Class is disabled.

Description copied from interface: ChangeListener
Invoked when the target of the listener has changed its state.

Specified by:
stateChanged in interface ChangeListener
Parameters:
e - a ChangeEvent object