public class ClientRemoteMonitorListener extends Object implements csbase.logic.MonitoredServerListener
| Constructor and Description |
|---|
ClientRemoteMonitorListener(Window parent)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
notifyConnectionLost(csbase.logic.ServerURI serverURI) |
void |
notifyConnectionReestablished(csbase.logic.ServerURI serverURI)
Após o restabelecimento da conexão, verifica se a versão é
compatível com o servidor.
|
void |
notifyLoggedIn(csbase.logic.ServerURI serverURI) |
void |
notifyLoggedOut(csbase.logic.ServerURI serverURI) |
public ClientRemoteMonitorListener(Window parent)
parent - Janela que partir da qual o JOptioPane irá aparecer.public void notifyConnectionLost(csbase.logic.ServerURI serverURI)
notifyConnectionLost in interface csbase.logic.MonitoredServerListenerpublic void notifyConnectionReestablished(csbase.logic.ServerURI serverURI)
notifyConnectionReestablished in interface csbase.logic.MonitoredServerListenerpublic void notifyLoggedIn(csbase.logic.ServerURI serverURI)
notifyLoggedIn in interface csbase.logic.MonitoredServerListenerpublic void notifyLoggedOut(csbase.logic.ServerURI serverURI)
notifyLoggedOut in interface csbase.logic.MonitoredServerListenerCopyright © 2016. All rights reserved.