Package com.tinkerforge
Interface BrickletSoundPressureLevel.DecibelListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletSoundPressureLevel
public static interface BrickletSoundPressureLevel.DecibelListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletSoundPressureLevel.setDecibelCallbackConfiguration(long, boolean, char, int, int)
. The parameter is the same asBrickletSoundPressureLevel.getDecibel()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decibel(int decibel)
-