Uses of Interface
org.apache.commons.vfs.FileListener
-
Packages that use FileListener Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.events org.apache.commons.vfs.impl The standard VFS implementation.org.apache.commons.vfs.provider The File Provider API, and utility classes. -
-
Uses of FileListener in org.apache.commons.vfs
Methods in org.apache.commons.vfs with parameters of type FileListener Modifier and Type Method Description voidFileSystem. addListener(FileObject file, FileListener listener)Adds a listener on a file in this file system.voidFileSystem. removeListener(FileObject file, FileListener listener)Removes a listener from a file in this file system. -
Uses of FileListener in org.apache.commons.vfs.events
Methods in org.apache.commons.vfs.events with parameters of type FileListener Modifier and Type Method Description abstract voidAbstractFileChangeEvent. notify(FileListener listener)voidChangedEvent. notify(FileListener listener)voidCreateEvent. notify(FileListener listener)voidDeleteEvent. notify(FileListener listener) -
Uses of FileListener in org.apache.commons.vfs.impl
Constructors in org.apache.commons.vfs.impl with parameters of type FileListener Constructor Description DefaultFileMonitor(FileListener listener) -
Uses of FileListener in org.apache.commons.vfs.provider
Classes in org.apache.commons.vfs.provider that implement FileListener Modifier and Type Class Description classDelegateFileObjectA file backed by another file.Methods in org.apache.commons.vfs.provider with parameters of type FileListener Modifier and Type Method Description voidAbstractFileSystem. addListener(FileObject file, FileListener listener)Adds a listener on a file in this file system.voidAbstractFileSystem. removeListener(FileObject file, FileListener listener)Removes a listener from a file in this file system.
-