Package com.tinkerforge
Interface BrickletIMUV3.TemperatureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIMUV3
public static interface BrickletIMUV3.TemperatureListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletIMUV3.setTemperatureCallbackConfiguration(long, boolean)
. The parameter is the temperature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
temperature(int temperature)
-