Package com.tinkerforge
Interface BrickletDustDetector.DustDensityListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletDustDetector
public static interface BrickletDustDetector.DustDensityListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletDustDetector.setDustDensityCallbackPeriod(long)
. The parameter is the dust density of the sensor. DerBrickletDustDetector.DustDensityListener
listener is only triggered if the dust density value has changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dustDensity(int dustDensity)
-