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