public class FileChangeEvent extends Object
| Constructor and Description |
|---|
FileChangeEvent(FileObject fileObject)
Constructs a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
FileObject |
getFile()
Deprecated.
Use
getFileObject(). |
FileObject |
getFileObject()
Returns the file that changed.
|
public FileChangeEvent(FileObject fileObject)
fileObject - the file object.@Deprecated public FileObject getFile()
getFileObject().public FileObject getFileObject()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.