Package com.tinkerforge
Interface BrickletIndustrialDual020mAV2.CurrentListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialDual020mAV2
public static interface BrickletIndustrialDual020mAV2.CurrentListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialDual020mAV2.setCurrentCallbackConfiguration(int, long, boolean, char, int, int)
. The parameter is the same asBrickletIndustrialDual020mAV2.getCurrent(int)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
current(int channel, int current)
-