wsExecutor.execute( wk, AbstractIOWatchService.this );
// Reset the key -- this step is critical if you want to
// receive further watch events. If the key is no longer valid,
// the directory is inaccessible so exit the loop.
boolean valid = wk.reset();
if ( !valid ) {
break;
}
}
}