]> source.dussan.org Git - vaadin-framework.git/commit
Make Hearbeat available to other modules (#13250)
authorManolo Carrasco <manolo@vaadin.com>
Wed, 14 May 2014 10:55:47 +0000 (12:55 +0200)
committerVaadin Code Review <review@vaadin.com>
Thu, 22 May 2014 09:29:06 +0000 (09:29 +0000)
commitaac352ab8ba7b7d9e4ace96939e424b2c4e02530
tree5cc15a186a7bc05182807dc7c40b58cc648f57b9
parenta070c8a1d2d8103ab7c8e14c114b075208f2f10f
Make Hearbeat available to other modules (#13250)

- When a mobile app goes online/offline we need to change
  Heartbeat interval and restart the schedule.
- We also need to be notified about response status in
  order to show the appropriate offline UI, etc.

Related with Issue #13250 and review https://dev.vaadin.com/review/#/c/3376/

Change-Id: I428501306e37fb8c2ee0ed6022a4c588bd8456db
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/communication/Heartbeat.java