public void createLobbyWatcher() {
   if (m_lobbyWatcher != null) {
     m_lobbyWatcher.setInGameLobbyWatcher(
         InGameLobbyWatcher.newInGameLobbyWatcher(
             m_model.getMessenger(), null, m_lobbyWatcher.getInGameLobbyWatcher()));
     m_lobbyWatcher.setGameSelectorModel(m_gameSelectorModel);
   }
 }