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:
This library depends on the wiringPi native system library. (developed by Gordon Henderson @ http://wiringpi.com/)
Modifier and Type | Method and Description |
---|---|
void |
pinStateChange(GpioInterruptEvent event) |
void pinStateChange(GpioInterruptEvent event)
Copyright © 2012–2019 Pi4J. All rights reserved.