meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
sustcodecamp2016:group4:start [2016/03/10 21:58]
gothic17 [Java Application]
sustcodecamp2016:group4:start [2016/03/10 22:13]
gothic17 [Java Application]
Line 142: Line 142:
 |_getMeasuredTemperatures() |_getMeasuredTemperatures()
 |_getCurrentTemperature() |_getCurrentTemperature()
 +MovementDetector 
 +|_checkIfThereWasMovement() 
 +WindowDetector 
 +|_checkIfWindowIsOpened()
 </code> </code>
 +\\
 +Class implementing our GUI creates new thread for movement detector and also for window detector. It checks the value returned by methods from suitable classes every given period of time.
 +
  
 ====Limitations and Future Possibilities==== ====Limitations and Future Possibilities====