~meier-philipp/humigraf/development

« back to all changes in this revision

Viewing changes to Humigraf/src/ch/praeber/humigraf/system/LiveTrackingThread.java

  • Committer: Philipp Meier
  • Date: 2012-07-31 13:49:09 UTC
  • Revision ID: meier.phi@gmail.com-20120731134909-c2jtviet0hqnem51
file save is working correct

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                double hum = data[0];
46
46
                double temp = data[1];
47
47
                control.addLiveEntry(temp, hum, new Date());
 
48
                control.setSaved(false);
48
49
                Thread.sleep(millis);
49
50
            } catch (NullPointerException ex) {               
50
51
                control.threadError(ThreadErrors.HUMIGRAFCONNECTIONERROR);