Class UsageGpioExample.GpioUsageExampleListener
- java.lang.Object
-
- UsageGpioExample.GpioUsageExampleListener
-
- All Implemented Interfaces:
GpioPinListener
,GpioPinListenerDigital
,EventListener
- Enclosing class:
- UsageGpioExample
public static class UsageGpioExample.GpioUsageExampleListener extends Object implements GpioPinListenerDigital
-
-
Constructor Summary
Constructors Constructor Description GpioUsageExampleListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleGpioPinDigitalStateChangeEvent(GpioPinDigitalStateChangeEvent event)
-
-
-
Method Detail
-
handleGpioPinDigitalStateChangeEvent
public void handleGpioPinDigitalStateChangeEvent(GpioPinDigitalStateChangeEvent event)
- Specified by:
handleGpioPinDigitalStateChangeEvent
in interfaceGpioPinListenerDigital
-
-