Uses of Interface
com.norconex.commons.lang.file.FileChangeListener
Packages that use FileChangeListener
-
Uses of FileChangeListener in com.norconex.commons.lang.file
Subinterfaces of FileChangeListener in com.norconex.commons.lang.fileMethods in com.norconex.commons.lang.file with parameters of type FileChangeListenerModifier and TypeMethodDescriptionvoidFileMonitor.addFileChangeListener(FileChangeListener listener, File file, long period) Adds a monitored file with a FileChangeListener.voidFileMonitor.addFileChangeListener(FileChangeListener listener, String fileName, long period) Adds a monitored file with aFileChangeListener.protected voidFileMonitor.fireFileChangeEvent(FileChangeListener listener, File file) Fires notification that a file changed.voidFileMonitor.removeFileChangeListener(FileChangeListener listener, File file) Remove the listener from the notification list.voidFileMonitor.removeFileChangeListener(FileChangeListener listener, String fileName) Remove the listener from the notification list.
FileChangeListenerinstead