Package com.tinkerforge
Interface BrickletLinearPotiV2.PositionListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLinearPotiV2
public static interface BrickletLinearPotiV2.PositionListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletLinearPotiV2.setPositionCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletLinearPotiV2.getPosition()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
position(int position)
-