Package com.tinkerforge
Interface BrickletMoisture.MoistureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletMoisture
public static interface BrickletMoisture.MoistureListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletMoisture.setMoistureCallbackPeriod(long)
. The parameter is the moisture value of the sensor. TheBrickletMoisture.MoistureListener
listener is only triggered if the moisture value has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
moisture(int moisture)
-