Class GpioInputDevice<T extends DeviceEvent>

java.lang.Object
com.diozero.api.GpioDevice
com.diozero.api.GpioInputDevice<T>
Type Parameters:
T - Event class that extends DeviceEvent. See DigitalInputEvent and AnalogInputEvent.
All Implemented Interfaces:
InputEventListener<T>, java.io.Closeable, java.lang.AutoCloseable
Direct Known Subclasses:
AbstractDigitalInputDevice, AnalogInputDevice

public abstract class GpioInputDevice<T extends DeviceEvent>
extends GpioDevice
implements InputEventListener<T>
Common base class for digital and analog input devices.