Package com.tinkerforge
Interface BrickletCurrent25.AnalogValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletCurrent25
public static interface BrickletCurrent25.AnalogValueListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletCurrent25.setAnalogValueCallbackPeriod(long)
. The parameter is the analog value of the sensor. TheBrickletCurrent25.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)
-