Uses of Interface
com.vaadin.client.ApplicationConnection.CommunicationErrorHandler
-
Packages that use ApplicationConnection.CommunicationErrorHandler Package Description com.vaadin.client -
-
Uses of ApplicationConnection.CommunicationErrorHandler in com.vaadin.client
Methods in com.vaadin.client with parameters of type ApplicationConnection.CommunicationErrorHandler Modifier and Type Method Description void
ApplicationConnection. setCommunicationErrorDelegate(ApplicationConnection.CommunicationErrorHandler delegate)
Sets the delegate that is called whenever a communication error occurrs.
-