public interface Watcher
boolean add(File directory, boolean watch)
directory - the directorywatch - true to enable the watch mode.boolean add(File directory, long polling)
directory - the directorypolling - the polling period in ms, -1 to disable the watch.boolean removeAndStopIfNeeded(File directory)
directory - the directoryCopyright © 2009–2014 OW2 Chameleon. All rights reserved.