Browse Source

Refactor of Detector.java

pull/4/head
Bastian Kohler 1 year ago
parent
commit
9892fc35bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/src/main/java/com/example/ueberwachungssystem/Detector.java

+ 1
- 1
app/src/main/java/com/example/ueberwachungssystem/Detector.java View File

private OnDetectionListener listener; private OnDetectionListener listener;


/** Constructor - takes context of current activity */ /** Constructor - takes context of current activity */
public Detector() {};
public Detector() {}




/** On Detection Listener - runs when violation is reported */ /** On Detection Listener - runs when violation is reported */

Loading…
Cancel
Save