Package org.apache.catalina.ha.deploy
Interface FileChangeListener
- All Known Implementing Classes:
- FarmWarDeployer
public interface FileChangeListener
- 
Method SummaryModifier and TypeMethodDescriptionvoidfileModified(File f) Modification from watchDir war detected.voidfileRemoved(File f) War remove from watchDir.
- 
Method Details- 
fileModifiedModification from watchDir war detected.- Parameters:
- f- the modified file
 
- 
fileRemovedWar remove from watchDir.- Parameters:
- f- the file removed
 
 
-