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