1516171819202122232425
new Thread(new Runnable() { public void run() { try { System.out.println("Listening."); while (true) { serv.update(-1); } } catch (IOException e) { e.printStackTrace(); } }