Package com.tinkerforge
Interface BrickletAnalogInV2.AnalogValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletAnalogInV2
public static interface BrickletAnalogInV2.AnalogValueListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletAnalogInV2.setAnalogValueCallbackPeriod(long)
. The parameter is the analog value of the sensor. TheBrickletAnalogInV2.AnalogValueListener
listener is only triggered if the voltage has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
analogValue(int value)
-