예제 #1
0
 void setStatus(int flag) {
   synchronized (this) {
     status = flag;
   }
   tracker.setDone();
 }