Package com.tinkerforge
Interface BrickletIndustrialPTC.TemperatureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialPTC
public static interface BrickletIndustrialPTC.TemperatureListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialPTC.setTemperatureCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletIndustrialPTC.getTemperature()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
temperature(int temperature)
-