Issue#424: Client now detects connection loss and asks for reconnecting

This commit is contained in:
magenoxx 2014-04-28 22:02:29 +05:30
parent 9021449970
commit 23e1f9196c
5 changed files with 67 additions and 37 deletions

View file

@ -257,6 +257,11 @@ public class ConsoleFrame extends javax.swing.JFrame implements MageClient {
}
}
@Override
public void reconnect() {
logger.info("Not implemented.");
}
@Override
public void showMessage(final String message) {
if (SwingUtilities.isEventDispatchThread()) {