]> source.dussan.org Git - vaadin-framework.git/commit
Stop polling if Communication Error #12362
authorJohn Ahlroos <john@vaadin.com>
Mon, 28 Oct 2013 14:41:24 +0000 (16:41 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 30 Oct 2013 07:37:48 +0000 (07:37 +0000)
commit12656003e98566b0d551f4460f08cc62353fd540
treec5b557eb85fa102fbde3a13129e9e05160eef94e
parent8971651a93920c7b75316f0c3794682afebcddac
Stop polling if Communication Error #12362

This change adds a new ApplicationStopped event which is triggered
whenever the ApplicationConnection marks the application as stopped.
This event is listened by the UIConnector and will terminate any polling
that might be currently done.

Change-Id: I5e698fba7a94f530f69a9f6f554eea896c370824
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/ui/ui/UIConnector.java