stella.jview
Class JSliderParameter.SliderListener

java.lang.Object
  extended by stella.jview.JSliderParameter.SliderListener
All Implemented Interfaces:
EventListener, ChangeListener
Enclosing class:
JSliderParameter

protected class JSliderParameter.SliderListener
extends Object
implements ChangeListener

Handles slide events.


Constructor Summary
protected JSliderParameter.SliderListener()
           
 
Method Summary
 void stateChanged(ChangeEvent ce)
          Updates the parameter value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSliderParameter.SliderListener

protected JSliderParameter.SliderListener()
Method Detail

stateChanged

public void stateChanged(ChangeEvent ce)
Updates the parameter value. During sliding, only the text field showing the current value is updated. Only if the sliding comes to rest, the parameter itself is updated.

Specified by:
stateChanged in interface ChangeListener