public ChatContext getTableChatContext(RemoteChatListener chatListener,TableId tableId) {
return super.getTableChatContext(new UnremoteChatListener(connectionLost,chatListener),tableId);
}
public ExternalLobbyContext getLobbyContext(RemoteLobbyListener lobbyListener) {
return new UnremoteLobbyContext(connectionLost, super.getLobbyContext(new UnremoteLobbyListener(connectionLost, lobbyListener)));
}