Package com.tinkerforge
Interface BrickletPerformanceDC.GPIOStateListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletPerformanceDC
public static interface BrickletPerformanceDC.GPIOStateListener extends DeviceListener
This listener is triggered by GPIO changes if it is activated throughBrickletPerformanceDC.setGPIOAction(int, long)
. .. versionadded:: 2.0.1$nbsp;(Plugin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
gpioState(boolean[] gpioState)
-