|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileListener | |
---|---|
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 | |
---|---|
void |
FileSystem.addListener(FileObject file,
FileListener listener)
Adds a listener on a file in this file system. |
void |
FileSystem.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 | |
---|---|
abstract void |
AbstractFileChangeEvent.notify(FileListener listener)
|
void |
CreateEvent.notify(FileListener listener)
|
void |
ChangedEvent.notify(FileListener listener)
|
void |
DeleteEvent.notify(FileListener listener)
|
Uses of FileListener in org.apache.commons.vfs2.impl |
---|
Constructors in org.apache.commons.vfs2.impl with parameters of type FileListener | |
---|---|
DefaultFileMonitor(FileListener listener)
|
Uses of FileListener in org.apache.commons.vfs2.provider |
---|
Classes in org.apache.commons.vfs2.provider that implement FileListener | |
---|---|
class |
DelegateFileObject
A file backed by another file. |
Methods in org.apache.commons.vfs2.provider with parameters of type FileListener | |
---|---|
void |
AbstractFileSystem.addListener(FileObject file,
FileListener listener)
Adds a listener on a file in this file system. |
void |
AbstractFileSystem.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 | |
---|---|
class |
WeakRefFileListener
Wrap a listener with a WeakReference. |
Methods in org.apache.commons.vfs2.util that return FileListener | |
---|---|
protected FileListener |
WeakRefFileListener.getListener()
returns the wrapped listener. |
Methods in org.apache.commons.vfs2.util with parameters of type FileListener | |
---|---|
static void |
WeakRefFileListener.installListener(FileObject file,
FileListener listener)
This will install the listener at the given file . |
Constructors in org.apache.commons.vfs2.util with parameters of type FileListener | |
---|---|
WeakRefFileListener(FileObject file,
FileListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |