Package com.tinkerforge
Interface BrickletLaserRangeFinder.VelocityListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLaserRangeFinder
public static interface BrickletLaserRangeFinder.VelocityListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletLaserRangeFinder.setVelocityCallbackPeriod(long)
. The parameter is the velocity value of the sensor. TheBrickletLaserRangeFinder.VelocityListener
listener is only triggered if the velocity has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
velocity(short velocity)
-