Uses of Class
com.vaadin.client.communication.AtmospherePushConnection.AtmosphereResponse

Packages that use AtmospherePushConnection.AtmosphereResponse
com.vaadin.client.communication   
 

Uses of AtmospherePushConnection.AtmosphereResponse in com.vaadin.client.communication
 

Methods in com.vaadin.client.communication with parameters of type AtmospherePushConnection.AtmosphereResponse
protected  void AtmospherePushConnection.onClientTimeout(AtmospherePushConnection.AtmosphereResponse response)
           
protected  void AtmospherePushConnection.onClose(AtmospherePushConnection.AtmosphereResponse response)
           
protected  void AtmospherePushConnection.onConnect(AtmospherePushConnection.AtmosphereResponse response)
          Called whenever a server push connection is established (or re-established).
protected  void AtmospherePushConnection.onError(AtmospherePushConnection.AtmosphereResponse response)
          Called if the push connection fails.
protected  void AtmospherePushConnection.onMessage(AtmospherePushConnection.AtmosphereResponse response)
           
protected  void AtmospherePushConnection.onOpen(AtmospherePushConnection.AtmosphereResponse response)
           
protected  void AtmospherePushConnection.onReconnect(JavaScriptObject request, AtmospherePushConnection.AtmosphereResponse response)
           
protected  void AtmospherePushConnection.onReopen(AtmospherePushConnection.AtmosphereResponse response)
           
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.