Package com.tinkerforge
Interface BrickletRotaryEncoderV2.CountListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRotaryEncoderV2
public static interface BrickletRotaryEncoderV2.CountListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletRotaryEncoderV2.setCountCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletRotaryEncoderV2.getCount(boolean)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
count(int count)
-