org.springframework.integration.file.monitors
Interface FileAdditionListener

All Known Implementing Classes:
MessageSendingFileAdditionListener

public interface FileAdditionListener

A generic hook into the arrival of a new File

See Also:
MessageSendingFileAdditionListener

Method Summary
 void fileAdded(java.io.File f)
          a callback method that's invoked when a new File is detected.
 

Method Detail

fileAdded

void fileAdded(java.io.File f)
a callback method that's invoked when a new File is detected.

Parameters:
f - the File that was detected