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