Package com.tinkerforge
Interface BrickletMotionDetector.DetectionCycleEndedListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletMotionDetector
public static interface BrickletMotionDetector.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()
-