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