public interface HotFolderListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
hotFile(java.io.File hotFile)
this interface function is called whenever a new or modified file has stabilized in the hotFolder
note: make sure to close all streams so that deleting temp files does not fail
|
boolean hotFile(java.io.File hotFile)
hotFile - the File that has appeared in the hot folder