com.softsynth.view
Interface CustomFaderListener
- All Known Implementing Classes:
- DecibelPortFader, ExponentialPortFader, LabelledFader, PortFader
public interface CustomFaderListener
Interface to get values back from a CustomFader. Any class
that uses a CustomFader will be notified of its value being changed
by implementing this interface.
- Author:
- Nick Didkovsky and Phil Burk
customFaderValueChanged
void customFaderValueChanged(CustomFader fader,
int value)
- Handle a value change from a CustomFader.