Package com.pi4j.io.gpio.event
Interface PinListener
- 
- All Superinterfaces:
- EventListener
 - All Known Implementing Classes:
- GpioEventMonitorExecutorImpl,- GpioEventMonitorImpl
 
 public interface PinListener extends EventListener Pin Listener Interface This interface implements the callback event handler for Pin state changes. Before using the Pi4J library, you need to ensure that the Java VM in configured with access to the following system libraries: - pi4j
- wiringPi
 This library depends on the wiringPi native system library. (developed by Gordon Henderson @ http://wiringpi.com/) - Author:
- Robert Savage (http://www.savagehomeautomation.com)
- See Also:
- https://pi4j.com/
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandlePinEvent(PinEvent event)
 
- 
- 
- 
Method Detail- 
handlePinEventvoid handlePinEvent(PinEvent event) 
 
- 
 
-