org.mortbay.util
Interface Scanner.DiscreteListener
- All Superinterfaces:
- Scanner.Listener
- All Known Implementing Classes:
- ContextDeployer.ScannerListener
- Enclosing interface:
- Scanner
- public static interface Scanner.DiscreteListener
- extends Scanner.Listener
fileChanged
public void fileChanged(String filename)
throws Exception
- Throws:
Exception
fileAdded
public void fileAdded(String filename)
throws Exception
- Throws:
Exception
fileRemoved
public void fileRemoved(String filename)
throws Exception
- Throws:
Exception
Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.