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
Methods in com.vaadin.client that return ConnectionStateHandler Modifier and Type Method Description ConnectionStateHandlerRegistry. getConnectionStateHandler()Gets theConnectionStateHandlersingleton. -
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.Methods in com.vaadin.client.communication with parameters of type ConnectionStateHandler Modifier and Type Method Description static voidReconnectConfiguration. bind(ConnectionStateHandler connectionStateHandler)Binds this ReconnectDialogConfiguration to the givenConnectionStateHandlerso thatconfigurationUpdated()is run whenever a relevant part ofReconnectConfigurationchanges.
-