|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.vfs.FileChangeEvent
public class FileChangeEvent
An event fired when a file is changed.
| Field Summary | |
|---|---|
private FileObject |
file
|
| Constructor Summary | |
|---|---|
FileChangeEvent(FileObject file)
|
|
| Method Summary | |
|---|---|
FileObject |
getFile()
Returns the file that changed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final FileObject file
| Constructor Detail |
|---|
public FileChangeEvent(FileObject file)
| Method Detail |
|---|
public FileObject getFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||