public void notifyFilesDeleted(Collection<String> paths) { doNotify(paths, true); }
public void notifyFilesChanged(final Collection<String> paths) { doNotify(paths, false); }