public static class ConnectionStateListener.ConnectionStateChange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ConnectionState |
current |
ConnectionState |
previous |
ErrorInfo |
reason |
long |
retryIn |
| Constructor and Description |
|---|
ConnectionStateChange(ConnectionState previous,
ConnectionState current,
long retryIn,
ErrorInfo reason) |
public final ConnectionState previous
public final ConnectionState current
public final long retryIn
public final ErrorInfo reason
public ConnectionStateChange(ConnectionState previous, ConnectionState current, long retryIn, ErrorInfo reason)