Package com.tinkerforge
Interface BrickletThermocouple.TemperatureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletThermocouple
public static interface BrickletThermocouple.TemperatureListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletThermocouple.setTemperatureCallbackPeriod(long)
. The parameter is the temperature of the thermocouple. TheBrickletThermocouple.TemperatureListener
listener is only triggered if the temperature has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
temperature(int temperature)
-