Interface SliderValueListener<P>
-
public interface SliderValueListener<P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsliderValueChanged(P port)The slider value for the specified port has changed.
-
-
-
Method Detail
-
sliderValueChanged
void sliderValueChanged(P port)
The slider value for the specified port has changed.- Parameters:
port- the port
-
-