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