Uses of Interface
com.vaadin.client.communication.ConnectionStateHandler
Packages that use ConnectionStateHandler
-
Uses of ConnectionStateHandler in com.vaadin.client
Methods in com.vaadin.client that return ConnectionStateHandlerModifier and TypeMethodDescriptionRegistry.getConnectionStateHandler()Gets theConnectionStateHandlersingleton. -
Uses of ConnectionStateHandler in com.vaadin.client.communication
Classes in com.vaadin.client.communication that implement ConnectionStateHandlerModifier and TypeClassDescriptionclassDefault implementation of the connection state handler.Methods in com.vaadin.client.communication with parameters of type ConnectionStateHandlerModifier and TypeMethodDescriptionstatic voidReconnectConfiguration.bind(ConnectionStateHandler connectionStateHandler) Binds this ReconnectDialogConfiguration to the givenConnectionStateHandlerso thatconfigurationUpdated()is run whenever a relevant part ofReconnectConfigurationchanges.