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