Package org.apache.commons.vfs2
Class FileChangeEvent
java.lang.Object
org.apache.commons.vfs2.FileChangeEvent
- Direct Known Subclasses:
AbstractFileChangeEvent
An event fired when a file is changed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileChangeEvent
-
-
Method Details
-
getFile
Returns the file that changed.- Returns:
- The FileObject that was changed.
-