org.mule.util.monitor
Interface FileListener

All Known Implementing Classes:
AbstractScriptComponent

public interface FileListener

Interface for listening to disk file changes.

Author:
Jacob Dreyer
See Also:
FileMonitor

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

Method Detail

fileChanged

public 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-2008 MuleSource, Inc.. All Rights Reserved.