Package com.tinkerforge
Interface BrickletAmbientLight.IlluminanceListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletAmbientLight
public static interface BrickletAmbientLight.IlluminanceListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletAmbientLight.setIlluminanceCallbackPeriod(long)
. The parameter is the illuminance of the ambient light sensor. TheBrickletAmbientLight.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(int illuminance)
-