public interface ServerMonitorListener
| Modifier and Type | Method and Description |
|---|---|
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 reestabelecidoCopyright © 2018. All rights reserved.