org.mule.util.monitor
Interface FileListener


public interface FileListener

Interface for listening to disk file changes.


Method Summary
 void fileChanged(File file)
          Called when one of the monitored files are created, deleted or modified.
 

Method Detail

fileChanged

void fileChanged(File file)
                 throws IOException
Called when one of the monitored files are created, deleted or modified.

Parameters:
file - File which has been changed.
Throws:
IOException


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.