Interface SliderValueListener<P>
public interface SliderValueListener<P>
-
Method Summary
Modifier and TypeMethodDescriptionvoidsliderValueChanged(P port) The slider value for the specified port has changed.
-
Method Details
-
sliderValueChanged
The slider value for the specified port has changed.- Parameters:
port- the port
-