Package com.tinkerforge
Interface BrickletAirQuality.AirPressureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletAirQuality
public static interface BrickletAirQuality.AirPressureListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletAirQuality.setAirPressureCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletAirQuality.getAirPressure()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
airPressure(int airPressure)
-