Package com.tinkerforge
Interface BrickletLoadCell.WeightListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletLoadCell
public static interface BrickletLoadCell.WeightListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletLoadCell.setWeightCallbackPeriod(long)
. The parameter is the weight as measured by the load cell. TheBrickletLoadCell.WeightListener
listener is only triggered if the weight has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
weight(int weight)
-