public interface FileListener
| Modifier and Type | Method and Description |
|---|---|
void |
fileChanged(File file)
Called when one of the monitored files are created, deleted or modified.
|
void fileChanged(File file) throws IOException
file - File which has been changed.IOExceptionCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.