Beispiel #1
0
 public void quit() {
   try {
     probeThread.join(5);
   } catch (InterruptedException e) {
   }
   probeThread = null;
 }