org.jcomet.core
Interface FileChangeListener

All Known Implementing Classes:
DynamicProperties

public interface FileChangeListener

Notified when file it was registered to listen on what changed

Author:
Amir Shevat

Method Summary
 void fileChanged(java.io.File file)
          Notified when file it was registered to listen on what changed
 

Method Detail

fileChanged

public void fileChanged(java.io.File file)
                 throws java.io.IOException
Notified when file it was registered to listen on what changed

Parameters:
file - the file that was changed
Throws:
java.io.IOException


Copyright spacebug Open source initiative (www.spacebug.com). Amir Shevat