Uses of Interface
com.pi4j.io.gpio.event.GpioPinListener
-
Packages that use GpioPinListener Package Description com.pi4j.io.gpio com.pi4j.io.gpio.event com.pi4j.io.gpio.impl -
-
Uses of GpioPinListener in com.pi4j.io.gpio
Methods in com.pi4j.io.gpio that return types with arguments of type GpioPinListener Modifier and Type Method Description Collection<GpioPinListener>GpioPin. getListeners()Collection<GpioPinListener>GpioPinAnalogInput. getListeners()Methods in com.pi4j.io.gpio with parameters of type GpioPinListener Modifier and Type Method Description voidGpioController. addListener(GpioPinListener[] listeners, GpioPinInput... pin)voidGpioController. addListener(GpioPinListener listener, GpioPinInput... pin)voidGpioPin. addListener(GpioPinListener... listener)voidGpioPinAnalogInput. addListener(GpioPinListener... listener)booleanGpioPin. hasListener(GpioPinListener... listener)booleanGpioPinAnalogInput. hasListener(GpioPinListener... listener)voidGpioController. removeListener(GpioPinListener[] listeners, GpioPinInput... pin)voidGpioController. removeListener(GpioPinListener listener, GpioPinInput... pin)voidGpioPin. removeListener(GpioPinListener... listener)voidGpioPinAnalogInput. removeListener(GpioPinListener... listener)Method parameters in com.pi4j.io.gpio with type arguments of type GpioPinListener Modifier and Type Method Description voidGpioPin. addListener(List<? extends GpioPinListener> listeners)voidGpioPinAnalogInput. addListener(List<? extends GpioPinListener> listeners)voidGpioPin. removeListener(List<? extends GpioPinListener> listeners)voidGpioPinAnalogInput. removeListener(List<? extends GpioPinListener> listeners) -
Uses of GpioPinListener in com.pi4j.io.gpio.event
Subinterfaces of GpioPinListener in com.pi4j.io.gpio.event Modifier and Type Interface Description interfaceGpioPinListenerAnalogThis interface implements the callback event handler for GPIO pin state changes.interfaceGpioPinListenerDigitalThis interface implements the callback event handler for GPIO pin state changes. -
Uses of GpioPinListener in com.pi4j.io.gpio.impl
Methods in com.pi4j.io.gpio.impl that return types with arguments of type GpioPinListener Modifier and Type Method Description Collection<GpioPinListener>GpioPinImpl. getListeners()Methods in com.pi4j.io.gpio.impl with parameters of type GpioPinListener Modifier and Type Method Description voidGpioControllerImpl. addListener(GpioPinListener[] listeners, GpioPinInput... pin)voidGpioControllerImpl. addListener(GpioPinListener listener, GpioPinInput... pin)voidGpioPinImpl. addListener(GpioPinListener... listener)booleanGpioPinImpl. hasListener(GpioPinListener... listener)voidGpioControllerImpl. removeListener(GpioPinListener[] listeners, GpioPinInput... pin)voidGpioControllerImpl. removeListener(GpioPinListener listener, GpioPinInput... pin)voidGpioPinImpl. removeListener(GpioPinListener... listener)Method parameters in com.pi4j.io.gpio.impl with type arguments of type GpioPinListener Modifier and Type Method Description voidGpioPinImpl. addListener(List<? extends GpioPinListener> listeners)voidGpioPinImpl. removeListener(List<? extends GpioPinListener> listeners)
-