| Modifier and Type | Method and Description |
|---|---|
Client |
NetworkEnvironment.getClientForId(java.lang.String id)
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Client> |
NetworkEnvironment.getClientList()
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkEnvironmentListener.clientFound(Client c)
Called when a new
Client was found. |
void |
NetworkEnvironmentListener.clientLost(Client c)
Called when a
Client was lost. |
void |
NetworkEnvironmentListener.clientUpdated(Client c)
Called when settings of a
Client were changed. |
int |
Client.compareTo(Client o) |
void |
Client.copy(Client source)
Copies all values from the given source
Client. |