Package com.tinkerforge
Interface BrickletLinearPoti.AnalogValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLinearPoti
public static interface BrickletLinearPoti.AnalogValueListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletLinearPoti.setAnalogValueCallbackPeriod(long)
. The parameter is the analog value of the Linear Potentiometer. TheBrickletLinearPoti.AnalogValueListener
listener is only triggered if the position has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
analogValue(int value)
-