Package com.tinkerforge
Interface BrickletUVLightV2.UVIListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletUVLightV2
public static interface BrickletUVLightV2.UVIListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletUVLightV2.setUVICallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletUVLightV2.getUVI()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
uvi(int uvi)
-