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