Package com.tinkerforge
Interface BrickletColor.ColorTemperatureListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletColor
public static interface BrickletColor.ColorTemperatureListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletColor.setColorTemperatureCallbackPeriod(long)
. The parameter is the color temperature. TheBrickletColor.ColorTemperatureListener
listener is only triggered if the color temperature has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
colorTemperature(int colorTemperature)
-