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
Constructs a new instance.- Parameters:
fileObject
- the file object.
-
-
Method Details
-
getFile
Deprecated.UsegetFileObject()
.Returns the file that changed.- Returns:
- The FileObject that was changed.
-
getFileObject
Returns the file that changed.- Returns:
- The FileObject that was changed.
- Since:
- 2.5.0
-
getFileObject()
.