client registration is now a blocking call on the client side + added server messages handlers

This commit is contained in:
betasteward 2015-05-24 22:56:11 -04:00
parent d2ae55fff6
commit b68cd765b7
11 changed files with 194 additions and 31 deletions

View file

@ -1152,6 +1152,12 @@ public class Main implements MageServer {
// });
// }
//
@Override
public List<String> getServerMessages() {
return ServerMessagesUtil.getInstance().getMessages();
}
// @Override
// public Object getServerMessagesCompressed(String sessionId) throws MageException {
// return executeWithResult("getGameView", sessionId, new ActionWithNullNegativeResult<Object>() {