public boolean accept(File pathname) {
return pathname.getPath().endsWith(".dic.compiled")
|| pathname.getPath().endsWith(".metadata");
}
});
detector.setLastSnapshot(detector.flash());
detector.setListener(l);
detector.setInterval(interval);
detector.start(true);
this.detector = detector;
}