org.mortbay.util
Interface Scanner.Listener
- All Known Implementing Classes:
- ContextDeployer.ScannerListener
- Enclosing class:
- Scanner
public static interface Scanner.Listener
Listener
Signature of notifications re file changes.
fileChanged
void fileChanged(String filename)
throws Exception
- Throws:
Exception
fileAdded
void fileAdded(String filename)
throws Exception
- Throws:
Exception
fileRemoved
void fileRemoved(String filename)
throws Exception
- Throws:
Exception
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.