Package com.tinkerforge
Interface BrickletPTC.TemperatureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletPTC
public static interface BrickletPTC.TemperatureListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletPTC.setTemperatureCallbackPeriod(long)
. The parameter is the temperature of the connected sensor. TheBrickletPTC.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)
-