Package com.pi4j.wiringpi
Interface GpioInterruptListener
- 
- All Superinterfaces:
- EventListener
 - All Known Implementing Classes:
- RaspiGpioProvider,- WiringPiGpioProviderBase
 
 public interface GpioInterruptListener extends EventListener This interface implements the callback event handler for GPIO interrupt 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 voidpinStateChange(GpioInterruptEvent event)
 
- 
- 
- 
Method Detail- 
pinStateChangevoid pinStateChange(GpioInterruptEvent event) 
 
- 
 
-