From 2c46baf7206d3735d737b8bda08596abe2fd649b Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Mon, 22 Apr 2013 13:19:31 +0300 Subject: Add PushConnection interface (#11655) * Add PushConnection interface and rename old class to AtmospherePushConnection * Define deferred binding to use AtmospherePushConnection by default * Redesign connection and disconnection workflow to better cope with situations where connection is quickly toggled Change-Id: I9b9427c2df40d446a25895eb39e7b166cb929a85 --- .../src/com/vaadin/tests/widgetset/client/TestingPushConnection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uitest') diff --git a/uitest/src/com/vaadin/tests/widgetset/client/TestingPushConnection.java b/uitest/src/com/vaadin/tests/widgetset/client/TestingPushConnection.java index 8453daabcd..8d00598907 100644 --- a/uitest/src/com/vaadin/tests/widgetset/client/TestingPushConnection.java +++ b/uitest/src/com/vaadin/tests/widgetset/client/TestingPushConnection.java @@ -2,9 +2,9 @@ package com.vaadin.tests.widgetset.client; import com.google.gwt.user.client.Window; import com.vaadin.client.ApplicationConnection; -import com.vaadin.client.communication.PushConnection; +import com.vaadin.client.communication.AtmospherePushConnection; -public class TestingPushConnection extends PushConnection { +public class TestingPushConnection extends AtmospherePushConnection { private String transport; -- cgit v1.2.3