Package com.tinkerforge
Interface BrickletDustDetector.DustDensityReachedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletDustDetector
public static interface BrickletDustDetector.DustDensityReachedListener extends DeviceListener
This listener is triggered when the threshold as set byBrickletDustDetector.setDustDensityCallbackThreshold(char, int, int)
is reached. The parameter is the dust density of the sensor. If the threshold keeps being reached, the listener is triggered periodically with the period as set byBrickletDustDetector.setDebouncePeriod(long)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dustDensityReached(int dustDensity)
-