Add a user registration dialog.

This commit is contained in:
Me Car 2016-01-09 06:09:30 +09:00
parent 9ca716bf76
commit 835f08c18f
14 changed files with 801 additions and 268 deletions

View file

@ -34,12 +34,12 @@ import mage.remote.Connection;
*/
public interface Connect {
boolean register(Connection connection);
boolean connect(Connection connection);
boolean stopConnecting();
boolean connect();
void disconnect(boolean showMessage);
void reconnect(Throwable throwable);