com.softsynth.view
Interface ValueListener

All Known Implementing Classes:
DecibelPortKnob, EditableRotaryKnob, PortKnob

public interface ValueListener

Interface to get values back from a DoubleController. Any class that uses a DoubleController will be notified of its value being changed by implementing this interface.

Author:
Nick Didkovsky and Phil Burk

Method Summary
 void valueChanged(ValueEvent e)
          Handle a value change.
 

Method Detail

valueChanged

void valueChanged(ValueEvent e)
Handle a value change.