예제 #1
0
 public void notifyFilesDeleted(Collection<String> paths) {
   doNotify(paths, true);
 }
예제 #2
0
 public void notifyFilesChanged(final Collection<String> paths) {
   doNotify(paths, false);
 }