Package com.tinkerforge
Interface BrickletBarometer.AirPressureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletBarometer
public static interface BrickletBarometer.AirPressureListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletBarometer.setAirPressureCallbackPeriod(long)
. The parameter is the air pressure of the air pressure sensor. TheBrickletBarometer.AirPressureListener
listener is only triggered if the air pressure has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
airPressure(int airPressure)
-