예제 #1
0
 public void onResume() {
   synchronized (mode) {
     mode = Mode.RUNNING;
     mode.notifyAll();
   }
 }