Added double back button press for exit
This commit is contained in:
parent
ff7138bf9d
commit
e5ca4aea34
3 changed files with 26 additions and 14 deletions
|
|
@ -61,16 +61,6 @@ public class CSVWriter {
|
|||
}
|
||||
|
||||
|
||||
public void write(String behaviour){
|
||||
StringBuilder line = new StringBuilder();
|
||||
line.append(getTime()).append(DELIMITER);
|
||||
line.append(behaviour).append(DELIMITER);
|
||||
line.append(DELIMITER);
|
||||
line.append(DELIMITER);
|
||||
line.append(getRat()).append(DELIMITER);
|
||||
writeLine(line.toString());
|
||||
}
|
||||
|
||||
public void write(String behaviour, double down, double up){
|
||||
StringBuilder line = new StringBuilder();
|
||||
line.append(getTime()).append(DELIMITER);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue