Package com.tinkerforge
Interface BrickletLoadCellV2.WeightListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLoadCellV2
public static interface BrickletLoadCellV2.WeightListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletLoadCellV2.setWeightCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletLoadCellV2.getWeight()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
weight(int weight)
-