Package org.apache.catalina.ha.deploy
Interface FileChangeListener
-
- All Known Implementing Classes:
FarmWarDeployer
public interface FileChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileModified(java.io.File f)
Modification from watchDir war detected.void
fileRemoved(java.io.File f)
War remove from watchDir.
-