Uses of Interface
com.vaadin.client.communication.ConnectionStateHandler
-
Packages that use ConnectionStateHandler Package Description com.vaadin.client com.vaadin.client.communication -
-
Uses of ConnectionStateHandler in com.vaadin.client
Fields in com.vaadin.client declared as ConnectionStateHandler Modifier and Type Field Description protected ConnectionStateHandler
ApplicationConnection. connectionStateHandler
Methods in com.vaadin.client that return ConnectionStateHandler Modifier and Type Method Description ConnectionStateHandler
ApplicationConnection. getConnectionStateHandler()
Gets the communication error handler for this application. -
Uses of ConnectionStateHandler in com.vaadin.client.communication
Classes in com.vaadin.client.communication that implement ConnectionStateHandler Modifier and Type Class Description class
DefaultConnectionStateHandler
Default implementation of the connection state handler.
-