115116117118119120121122123124125
} } private void initializeCommandObserver() { m_commandObserver.subscribe(new LobbyServerAdapter() { @Override public void commandReceived(String command) { System.out.println("Server RECV from " + m_playerName + " [" + command + "]");