예제 #1
0
 @Override
 public long getCurrentTime() {
   if (handler != null) {
     return handler.getCurrentTime();
   }
   return 0;
 }