Package com.tinkerforge
Interface BrickletAirQuality.AllValuesListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletAirQuality
public static interface BrickletAirQuality.AllValuesListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletAirQuality.setAllValuesCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletAirQuality.getAllValues()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allValues(int iaqIndex, int iaqIndexAccuracy, int temperature, int humidity, int airPressure)
-