Spring Integration

Uses of Interface
org.springframework.integration.file.monitors.FileAdditionListener

Packages that use FileAdditionListener
org.springframework.integration.file.monitors   
 

Uses of FileAdditionListener in org.springframework.integration.file.monitors
 

Classes in org.springframework.integration.file.monitors that implement FileAdditionListener
 class MessageSendingFileAdditionListener
          Supports propagating a Message on the receipt of a new File
 

Methods in org.springframework.integration.file.monitors with parameters of type FileAdditionListener
 void EventDrivenDirectoryMonitor.monitor(File directory, FileAdditionListener fileAdditionListener)
          the implementation should know how to publish events on the FileAdditionListener for a given #directory
 void AbstractEventDrivenFileMonitor.monitor(File directory, FileAdditionListener fileAdditionListener)
          installs directory, and then kicks of an event pump
 


Spring Integration

Copyright © 2010. All Rights Reserved.