public static class ConnectionStateListener.ConnectionStateChange
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ConnectionState |
current |
ConnectionEvent |
event |
ConnectionState |
previous |
ErrorInfo |
reason |
long |
retryIn |
| Constructor and Description |
|---|
ConnectionStateChange(ConnectionState previous,
ConnectionState current,
long retryIn,
ErrorInfo reason) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStateListener.ConnectionStateChange |
createUpdateEvent(ErrorInfo reason) |
public final ConnectionEvent event
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)
public static ConnectionStateListener.ConnectionStateChange createUpdateEvent(ErrorInfo reason)