예제 #1
0
 @Override
 public boolean isWorkerAvailable() {
   if (worker == null) {
     return false;
   }
   return worker.isAvailable();
 }