Package com.tinkerforge
Interface BrickletMotorizedLinearPoti.PositionReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletMotorizedLinearPoti
public static interface BrickletMotorizedLinearPoti.PositionReachedListener extends DeviceListener
This listener is triggered if a new position as set byBrickletMotorizedLinearPoti.setMotorPosition(int, int, boolean)
is reached. The parameter is the current position.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
positionReached(int position)
-