mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
* UI: fixed wrong server reconnect on multiple apps runs (#5495);
This commit is contained in:
parent
978f35a6ca
commit
f81142459d
5 changed files with 43 additions and 15 deletions
|
|
@ -1,11 +1,9 @@
|
|||
|
||||
package mage.interfaces;
|
||||
|
||||
import mage.interfaces.callback.CallbackClient;
|
||||
import mage.utils.MageVersion;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public interface MageClient extends CallbackClient {
|
||||
|
|
@ -14,7 +12,7 @@ public interface MageClient extends CallbackClient {
|
|||
|
||||
void connected(String message);
|
||||
|
||||
void disconnected(boolean errorCall);
|
||||
void disconnected(boolean askToReconnect);
|
||||
|
||||
void showMessage(String message);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue