- All Implemented Interfaces:
EventListener
, ChangeListener
- Enclosing class:
BasicSliderUI
Data model listener.
This class should be treated as a "protected" inner class.
Instantiate it only within subclasses of Foo
.
-
Constructor Summary 
Constructors
Constructs a ChangeHandler
.
-
Method Summary 
void
Invoked when the target of the listener has changed its state.
Methods declared in class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details 
-
ChangeHandler 
public ChangeHandler()
Constructs a ChangeHandler
.
-
Method Details 
-
stateChanged 
Invoked when the target of the listener has changed its state.
- Specified by:
stateChanged
in interface ChangeListener
- Parameters:
e
- a ChangeEvent object