Uses of Interface
org.apache.commons.vfs2.FileListener
-
Packages that use FileListener Package Description org.apache.commons.vfs2 The public VFS API.org.apache.commons.vfs2.events VFS Events.org.apache.commons.vfs2.impl The standard VFS implementation.org.apache.commons.vfs2.provider The File Provider API, and utility classes.org.apache.commons.vfs2.util Utility classes used by the VFS. -
-
Uses of FileListener in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 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.vfs2.events
Methods in org.apache.commons.vfs2.events with parameters of type FileListener Modifier and Type Method Description abstract voidAbstractFileChangeEvent. notify(FileListener fileListener)Notifies the given file listener of this event.voidChangedEvent. notify(FileListener listener)voidCreateEvent. notify(FileListener listener)voidDeleteEvent. notify(FileListener listener) -
Uses of FileListener in org.apache.commons.vfs2.impl
Constructors in org.apache.commons.vfs2.impl with parameters of type FileListener Constructor Description DefaultFileMonitor(FileListener listener)Constructs a new instance with the given listener. -
Uses of FileListener in org.apache.commons.vfs2.provider
Classes in org.apache.commons.vfs2.provider that implement FileListener Modifier and Type Class Description classDelegateFileObject<AFS extends AbstractFileSystem>A file backed by another file.Methods in org.apache.commons.vfs2.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. -
Uses of FileListener in org.apache.commons.vfs2.util
Classes in org.apache.commons.vfs2.util that implement FileListener Modifier and Type Class Description classWeakRefFileListenerWraps a listener with a WeakReference.Methods in org.apache.commons.vfs2.util that return FileListener Modifier and Type Method Description protected FileListenerWeakRefFileListener. getListener()Gets the wrapped listener.Methods in org.apache.commons.vfs2.util with parameters of type FileListener Modifier and Type Method Description static voidWeakRefFileListener. installListener(FileObject file, FileListener listener)Install thelistenerat the givenfile.Constructors in org.apache.commons.vfs2.util with parameters of type FileListener Constructor Description WeakRefFileListener(FileObject file, FileListener listener)Constructs a new instance.
-