DelegateFileObject
public interface FileListener
Modifier and Type | Method | Description |
---|---|---|
void |
fileChanged(FileChangeEvent event) |
Called when a file is changed.
This will only happen if you monitor the file using FileMonitor . |
void |
fileCreated(FileChangeEvent event) |
Called when a file is created.
|
void |
fileDeleted(FileChangeEvent event) |
Called when a file is deleted.
|
void fileCreated(FileChangeEvent event) throws java.lang.Exception
java.lang.Exception
void fileDeleted(FileChangeEvent event) throws java.lang.Exception
java.lang.Exception
void fileChanged(FileChangeEvent event) throws java.lang.Exception
FileMonitor
.java.lang.Exception