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