Uses of Interface
com.pi4j.jni.AnalogInputListener
-
Packages that use AnalogInputListener Package Description com.pi4j.jni -
-
Uses of AnalogInputListener in com.pi4j.jni
Methods in com.pi4j.jni with parameters of type AnalogInputListener Modifier and Type Method Description static void
AnalogInputMonitor. addListener(AnalogInputListener listener)
Java consumer code can all this method to register itself as a listener for pin analog input value changes.static boolean
AnalogInputMonitor. hasListener(AnalogInputListener listener)
Returns true if the listener is already registered for event callbacks.static void
AnalogInputMonitor. removeListener(AnalogInputListener listener)
Java consumer code can all this method to unregister itself as a listener for pin analog input value changes.
-