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