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