Ejemplo n.º 1
0
 synchronized void complete() {
   agent.removeMessageListener(this);
   agent.removeConnectionListener(this);
   done = true;
   notifyAll();
 }