Interface IManualValueChangeListener
-
- All Superinterfaces:
java.util.EventListener
public interface IManualValueChangeListener extends java.util.EventListener
Definition of listeners that react on manual value change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
manualValueChanged(double newValue)
React on a knob event.
-