Package com.tinkerforge
Interface BrickletAmbientLight.AnalogValueListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletAmbientLight
public static interface BrickletAmbientLight.AnalogValueListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletAmbientLight.setAnalogValueCallbackPeriod(long)
. The parameter is the analog value of the ambient light sensor. TheBrickletAmbientLight.AnalogValueListener
listener is only triggered if the analog value has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
analogValue(int value)
-