Package com.tinkerforge
Interface BrickletHallEffect.EdgeCountListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletHallEffect
public static interface BrickletHallEffect.EdgeCountListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletHallEffect.setEdgeCountCallbackPeriod(long)
. The parameters are the current count and the current value (seeBrickletHallEffect.getValue()
andBrickletHallEffect.getEdgeCount(boolean)
). TheBrickletHallEffect.EdgeCountListener
listener is only triggered if the count or value changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
edgeCount(long count, boolean value)
-