Package | Description |
---|---|
com.pi4j.io.gpio | |
com.pi4j.io.gpio.event | |
com.pi4j.io.gpio.impl |
Modifier and Type | Method and Description |
---|---|
Collection<GpioPinListener> |
GpioPinAnalogInput.getListeners() |
Collection<GpioPinListener> |
GpioPin.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
GpioPinAnalogInput.addListener(GpioPinListener... listener) |
void |
GpioPin.addListener(GpioPinListener... listener) |
void |
GpioController.addListener(GpioPinListener[] listeners,
GpioPinInput... pin) |
void |
GpioController.addListener(GpioPinListener listener,
GpioPinInput... pin) |
boolean |
GpioPinAnalogInput.hasListener(GpioPinListener... listener) |
boolean |
GpioPin.hasListener(GpioPinListener... listener) |
void |
GpioPinAnalogInput.removeListener(GpioPinListener... listener) |
void |
GpioPin.removeListener(GpioPinListener... listener) |
void |
GpioController.removeListener(GpioPinListener[] listeners,
GpioPinInput... pin) |
void |
GpioController.removeListener(GpioPinListener listener,
GpioPinInput... pin) |
Modifier and Type | Method and Description |
---|---|
void |
GpioPinAnalogInput.addListener(List<? extends GpioPinListener> listeners) |
void |
GpioPin.addListener(List<? extends GpioPinListener> listeners) |
void |
GpioPinAnalogInput.removeListener(List<? extends GpioPinListener> listeners) |
void |
GpioPin.removeListener(List<? extends GpioPinListener> listeners) |
Modifier and Type | Interface and Description |
---|---|
interface |
GpioPinListenerAnalog
This interface implements the callback event handler for GPIO pin state changes.
|
interface |
GpioPinListenerDigital
This interface implements the callback event handler for GPIO pin state changes.
|
Modifier and Type | Method and Description |
---|---|
Collection<GpioPinListener> |
GpioPinImpl.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
GpioPinImpl.addListener(GpioPinListener... listener) |
void |
GpioControllerImpl.addListener(GpioPinListener[] listeners,
GpioPinInput... pin) |
void |
GpioControllerImpl.addListener(GpioPinListener listener,
GpioPinInput... pin) |
boolean |
GpioPinImpl.hasListener(GpioPinListener... listener) |
void |
GpioPinImpl.removeListener(GpioPinListener... listener) |
void |
GpioControllerImpl.removeListener(GpioPinListener[] listeners,
GpioPinInput... pin) |
void |
GpioControllerImpl.removeListener(GpioPinListener listener,
GpioPinInput... pin) |
Modifier and Type | Method and Description |
---|---|
void |
GpioPinImpl.addListener(List<? extends GpioPinListener> listeners) |
void |
GpioPinImpl.removeListener(List<? extends GpioPinListener> listeners) |
Copyright © 2012–2021 Pi4J. All rights reserved.