Package com.pi4j.jni
Interface AnalogInputListener
-
- All Superinterfaces:
EventListener
public interface AnalogInputListener extends EventListener
This interface implements the callback event handler for GPIO analog input value changes.
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
- https://pi4j.com/
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pinValueChange(AnalogInputEvent event)
-
-
-
Method Detail
-
pinValueChange
void pinValueChange(AnalogInputEvent event)
-
-