コード例 #1
0
 private synchronized void notifyCompleted() {
   completed = true;
   super.notify();
 }