Uses of Enum Class
com.levigo.jadice.web.transport.client.networking.TransportClient.State
Packages that use TransportClient.State
-
Uses of TransportClient.State in com.levigo.jadice.web.transport.client.networking
Methods in com.levigo.jadice.web.transport.client.networking that return TransportClient.StateModifier and TypeMethodDescriptionTransportClient.getState()
static TransportClient.State
Returns the enum constant of this class with the specified name.static TransportClient.State[]
TransportClient.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.transport.client.networking with parameters of type TransportClient.StateModifier and TypeMethodDescriptionvoid
TransportClient.TransportListener.stateChanged
(TransportClient.State state) Informs about a connectionTransportClient.State
change.