Package com.tinkerforge
Interface BrickletThermocouple.TemperatureReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletThermocouple
public static interface BrickletThermocouple.TemperatureReachedListener extends DeviceListener
This listener is triggered when the threshold as set byBrickletThermocouple.setTemperatureCallbackThreshold(char, int, int)
is reached. The parameter is the temperature of the thermocouple. If the threshold keeps being reached, the listener is triggered periodically with the period as set byBrickletThermocouple.setDebouncePeriod(long)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
temperatureReached(int temperature)
-