| Package | Description |
|---|---|
| com.redhat.thermostat.storage.core |
| Modifier and Type | Method and Description |
|---|---|
static Connection.ConnectionStatus |
Connection.ConnectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.ConnectionStatus[] |
Connection.ConnectionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.ConnectionListener.changed(Connection.ConnectionStatus newStatus)
Called by the connection reporting a status update.
|
protected void |
Connection.fireChanged(Connection.ConnectionStatus status)
Notifies all registered listeners of this ConnectionStatus event.
|
Copyright © 2013. All Rights Reserved.