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