Package com.tinkerforge
Interface BrickletBarometer.AirPressureReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletBarometer
public static interface BrickletBarometer.AirPressureReachedListener extends DeviceListener
This listener is triggered when the threshold as set byBrickletBarometer.setAirPressureCallbackThreshold(char, int, int)
is reached. The parameter is the air pressure of the air pressure sensor. If the threshold keeps being reached, the listener is triggered periodically with the period as set byBrickletBarometer.setDebouncePeriod(long)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
airPressureReached(int airPressure)
-