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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
FileChangeEventConstructs a new instance.- Parameters:
- fileObject- the file object.
 
 
- 
- 
Method Details- 
getFileDeprecated.UsegetFileObject().Returns the file that changed.- Returns:
- The FileObject that was changed.
 
- 
getFileObjectReturns the file that changed.- Returns:
- The FileObject that was changed.
- Since:
- 2.5.0
 
 
- 
getFileObject().