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 ConnectionStateHandlerApplicationConnection. connectionStateHandlerMethods in com.vaadin.client that return ConnectionStateHandler Modifier and Type Method Description ConnectionStateHandlerApplicationConnection. 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 classDefaultConnectionStateHandlerDefault implementation of the connection state handler.
-