Package com.tinkerforge
Interface BrickletColor.IlluminanceListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletColor
public static interface BrickletColor.IlluminanceListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletColor.setIlluminanceCallbackPeriod(long)
. The parameter is the illuminance. SeeBrickletColor.getIlluminance()
for how to interpret this value. TheBrickletColor.IlluminanceListener
listener is only triggered if the illuminance has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
illuminance(long illuminance)
-