public interface HotFolderListener
Modifier and Type | Method and Description |
---|---|
boolean |
hotFile(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(File hotFile)
hotFile
- the File that has appeared in the hot folderCopyright © 2018. All rights reserved.