public interface MonitoredServerListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyConnectionLost(ServerURI serverURI)
Método chamado quando a conexão é perdida.
|
void |
notifyConnectionReestablished(ServerURI serverURI)
Método chamado quando a conexão é restabelecida.
|
void |
notifyLoggedIn(ServerURI serverURI)
Método chamado quando o login é executado com sucesso
|
void |
notifyLoggedOut(ServerURI serverURI)
Método chamado quando o logout é executado com sucesso
|
void notifyConnectionLost(ServerURI serverURI)
serverURI - a URI do servidor em questão.void notifyConnectionReestablished(ServerURI serverURI)
serverURI - a URI do servidor em questão.void notifyLoggedIn(ServerURI serverURI)
serverURI - a URI do servidor em questão.void notifyLoggedOut(ServerURI serverURI)
serverURI - a URI do servidor em questão.Copyright © 2017. All rights reserved.