Package org.cip4.jdflib.util.hotfolder
Interface QueueHotFolderListener
-
public interface QueueHotFolderListenera queue hotfolder watcher Listener callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansubmitted(JDFJMF submissionJMF)this interface function is called whenever a new or modified file has stabilized in the hotFolder
-
-
-
Method Detail
-
submitted
boolean submitted(JDFJMF submissionJMF)
this interface function is called whenever a new or modified file has stabilized in the hotFolder- Parameters:
submissionJMF- the JMF (in general a returnqueueentry or submitqueuentry) that references the jdf file- Returns:
- true if successful
-
-