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