예제 #1
0
 /* package */
 void stopTimer() {
   // If timer thread started, stop it
   if (timer != null) {
     timer.interrupt();
   }
   return;
 }