Ejemplo n.º 1
0
 @Override
 public void cancel() {
   if (worker != null) {
     Tools.cancelActions(path + "/Tools/tmp/tmpHyp", worker);
   }
 }