Package com.tinkerforge
Interface BrickletIndustrialDual020mA.CurrentListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDual020mA
public static interface BrickletIndustrialDual020mA.CurrentListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletIndustrialDual020mA.setCurrentCallbackPeriod(short, long)
. The parameter is the current of the sensor. TheBrickletIndustrialDual020mA.CurrentListener
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
current(short sensor, int current)
-