public interface NetworkEnvironmentListener
NetworkEnvironment object.| Modifier and Type | Method and Description |
|---|---|
void |
clientFound(Client c)
Called when a new
Client was found. |
void |
clientListCleared()
Called when the list containing all available
Clients was cleared. |
void |
clientLost(Client c)
Called when a
Client was lost. |
void |
clientSearchDone()
Called when the
NetworkEnvironment is now activly searching for new Clients. |
void |
clientSearchStarted()
Called when the
NetworkEnvironment is now activly searching for new Clients. |
void |
clientUpdated(Client c)
Called when settings of a
Client were changed. |
void clientFound(Client c)
Client was found.c - the newly found clientvoid clientUpdated(Client c)
Client were changed.c - the updated clientvoid clientListCleared()
Clients was cleared.void clientSearchStarted()
NetworkEnvironment is now activly searching for new Clients.
You may indicate this to the user.clientSearchDone()void clientSearchDone()
NetworkEnvironment is now activly searching for new Clients.
You may remove the indication to the user.clientSearchStarted()