Package com.tinkerforge
Interface BrickletIndustrialCounter.AllCounterListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletIndustrialCounter
public static interface BrickletIndustrialCounter.AllCounterListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletIndustrialCounter.setAllCounterCallbackConfiguration(long, boolean)
. The parameters are the same asBrickletIndustrialCounter.getAllCounter()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
allCounter(long[] counter)
-