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