Package com.tinkerforge
Interface BrickletUVLight.UVLightListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletUVLight
public static interface BrickletUVLight.UVLightListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletUVLight.setUVLightCallbackPeriod(long)
. The parameter is the UV Light intensity of the sensor. TheBrickletUVLight.UVLightListener
listener is only triggered if the intensity has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
uvLight(long uvLight)
-