Spring Integration

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

Author:
Josh Long
See Also:
MessageSendingFileAdditionListener

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

Method Detail

fileAdded

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

Parameters:
f - the File that was detected

Spring Integration

Copyright © 2010. All Rights Reserved.