Package com.tinkerforge
Interface BrickMaster.StackCurrentListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickMaster
public static interface BrickMaster.StackCurrentListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickMaster.setStackCurrentCallbackPeriod(long)
. The parameter is the current of the sensor. TheBrickMaster.StackCurrentListener
listener is only triggered if the current has changed since the last triggering. .. versionadded:: 2.0.5$nbsp;(Firmware)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
stackCurrent(int current)
-