public class SignificantMotionDetection
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
SignificantMotionDetection.SignificantMotionDetectionListener |
Constructor and Description |
---|
SignificantMotionDetection() |
Modifier and Type | Method and Description |
---|---|
protected void |
notifyListeners() |
void |
registerListener(SignificantMotionDetection.SignificantMotionDetectionListener listener) |
void |
startListening()
Start processing sensor data.
|
void |
stopListening()
Stop processing sensor data.
|
public void startListening()
public void stopListening()
public void registerListener(SignificantMotionDetection.SignificantMotionDetectionListener listener)
protected void notifyListeners()