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