Package com.tinkerforge
Interface BrickletAmbientLightV3.IlluminanceListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletAmbientLightV3
public static interface BrickletAmbientLightV3.IlluminanceListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletAmbientLightV3.setIlluminanceCallbackConfiguration(long, boolean, char, long, long)
. The parameter is the same asBrickletAmbientLightV3.getIlluminance()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
illuminance(long illuminance)
-