return super.getTableChatContext(new AsynchronousChatListener(executor,chatListener),tableId);
}
@Override
public LobbyContext getLobbyContext(LobbyListener lobbyListener) {
return new AsynchronousLobbyContext(executor,
super.getLobbyContext(new AsynchronousLobbyListener(executor, lobbyListener)));
}