Package com.tinkerforge
Interface BrickletMotionDetectorV2.DetectionCycleEndedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletMotionDetectorV2
public static interface BrickletMotionDetectorV2.DetectionCycleEndedListener extends DeviceListener
This listener is called when the detection cycle ended. When this listener is called, a new motion can be detected again after approximately 2 seconds.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
detectionCycleEnded()
-