Uses of Interface
com.vaadin.client.ApplicationConnection.CommunicationErrorHandler

Packages that use ApplicationConnection.CommunicationErrorHandler
com.vaadin.client   
com.vaadin.client.communication   
 

Uses of ApplicationConnection.CommunicationErrorHandler in com.vaadin.client
 

Methods in com.vaadin.client with parameters of type ApplicationConnection.CommunicationErrorHandler
 void ApplicationConnection.setCommunicationErrorDelegate(ApplicationConnection.CommunicationErrorHandler delegate)
          Sets the delegate that is called whenever a communication error occurrs.
 

Uses of ApplicationConnection.CommunicationErrorHandler in com.vaadin.client.communication
 

Methods in com.vaadin.client.communication with parameters of type ApplicationConnection.CommunicationErrorHandler
 void PushConnection.init(ApplicationConnection connection, com.vaadin.shared.ui.ui.UIState.PushConfigurationState pushConfigurationState, ApplicationConnection.CommunicationErrorHandler errorHandler)
          Two-phase construction to allow using GWT.create().
 void AtmospherePushConnection.init(ApplicationConnection connection, com.vaadin.shared.ui.ui.UIState.PushConfigurationState pushConfiguration, ApplicationConnection.CommunicationErrorHandler errorHandler)
           
 



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