Uses of Class
org.apache.commons.vfs.FileChangeEvent
Packages that use FileChangeEvent
Package
Description
The public VFS API.
The File Provider API, and utility classes.
-
Uses of FileChangeEvent in org.apache.commons.vfs
Methods in org.apache.commons.vfs with parameters of type FileChangeEventModifier and TypeMethodDescriptionvoid
FileListener.fileChanged
(FileChangeEvent event) Called when a file is changed.
This will only happen if you monitor the file usingFileMonitor
.void
FileListener.fileCreated
(FileChangeEvent event) Called when a file is created.void
FileListener.fileDeleted
(FileChangeEvent event) Called when a file is deleted. -
Uses of FileChangeEvent in org.apache.commons.vfs.events
Subclasses of FileChangeEvent in org.apache.commons.vfs.eventsModifier and TypeClassDescriptionclass
A change event that knows how to notify a listener.class
File changed event.class
File creation event.class
File deletion event. -
Uses of FileChangeEvent in org.apache.commons.vfs.provider
Methods in org.apache.commons.vfs.provider with parameters of type FileChangeEventModifier and TypeMethodDescriptionvoid
DelegateFileObject.fileChanged
(FileChangeEvent event) Called when a file is changed.void
DelegateFileObject.fileCreated
(FileChangeEvent event) Called when a file is created.void
DelegateFileObject.fileDeleted
(FileChangeEvent event) Called when a file is deleted.