public void stop() {
   if (watcher != null) {
     watcher.stop();
   }
 }