public interface ServerMonitorListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyClientIPChanged(ServerURI serverURI)
Chamado quando o ServerMonitor detecta a mudança de IP do cliente.
|
void |
notifyServerReachable(ServerURI serverURI)
Chamado quando o ServerMonitor reestabelece a conexão com o servidor
|
void |
notifyServerUnreachable(ServerURI serverURI)
Chamado quando ServerMonitor detecta que o servidor não está alcançável
|
void notifyServerUnreachable(ServerURI serverURI)
serverURI - A URI do servidor que caiuvoid notifyServerReachable(ServerURI serverURI)
serverURI - A URI do servidor reestabelecidovoid notifyClientIPChanged(ServerURI serverURI)
serverURI - A URI do servidor que o cliente estava conectado.Copyright © 2017. All rights reserved.