Package com.tinkerforge
Interface BrickletCO2.CO2ConcentrationReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletCO2
public static interface BrickletCO2.CO2ConcentrationReachedListener extends DeviceListener
This listener is triggered when the threshold as set byBrickletCO2.setCO2ConcentrationCallbackThreshold(char, int, int)
is reached. The parameter is the CO2 concentration. If the threshold keeps being reached, the listener is triggered periodically with the period as set byBrickletCO2.setDebouncePeriod(long)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
co2ConcentrationReached(int co2Concentration)
-