Uses of Interface
com.pi4j.wiringpi.GpioInterruptListener
-
Packages that use GpioInterruptListener Package Description com.pi4j.io.gpio com.pi4j.wiringpi -
-
Uses of GpioInterruptListener in com.pi4j.io.gpio
Classes in com.pi4j.io.gpio that implement GpioInterruptListener Modifier and Type Class Description classRaspiGpioProviderRaspberry PIGpioProviderimplementation.classWiringPiGpioProviderBaseWiringPiGpioProviderBaseGpioProviderimplementation. -
Uses of GpioInterruptListener in com.pi4j.wiringpi
Methods in com.pi4j.wiringpi with parameters of type GpioInterruptListener Modifier and Type Method Description static voidGpioInterrupt. addListener(GpioInterruptListener listener)Java consumer code can call this method to register itself as a listener for pin state changes.static booleanGpioInterrupt. hasListener(GpioInterruptListener listener)Returns true if the listener is already registered for event callbacks.static voidGpioInterrupt. removeListener(GpioInterruptListener listener)Java consumer code can all this method to unregister itself as a listener for pin state changes.
-