Package com.tinkerforge
Interface BrickletLaserRangeFinderV2.VelocityListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLaserRangeFinderV2
public static interface BrickletLaserRangeFinderV2.VelocityListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletLaserRangeFinderV2.setVelocityCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletLaserRangeFinderV2.getVelocity()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
velocity(int velocity)
-