Package com.tinkerforge
Interface BrickletRotaryEncoder.CountListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRotaryEncoder
public static interface BrickletRotaryEncoder.CountListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletRotaryEncoder.setCountCallbackPeriod(long)
. The parameter is the count of the encoder. TheBrickletRotaryEncoder.CountListener
listener is only triggered if the count has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
count(int count)
-