Package com.tinkerforge
Interface BrickletParticulateMatter.PMCountListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletParticulateMatter
public static interface BrickletParticulateMatter.PMCountListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletParticulateMatter.setPMCountCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletParticulateMatter.getPMCount()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pmCount(int greater03um, int greater05um, int greater10um, int greater25um, int greater50um, int greater100um)
-