Package com.tinkerforge
Interface BrickletHallEffectV2.CounterListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletHallEffectV2
public static interface BrickletHallEffectV2.CounterListener extends DeviceListener
This listener is triggered periodically according to the configuration set byBrickletHallEffectV2.setCounterCallbackConfiguration(long, boolean)
. The count is the same as you would get withBrickletHallEffectV2.getCounter(boolean)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
counter(long count)
-