public class FileChangeEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private FileObject |
file
The file object
|
| Constructor and Description |
|---|
FileChangeEvent(FileObject file) |
| Modifier and Type | Method and Description |
|---|---|
FileObject |
getFile()
Returns the file that changed.
|
private final FileObject file
public FileChangeEvent(FileObject file)
public FileObject getFile()