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.


Method Summary
 void fileAdded(String filename)
           
 void fileChanged(String filename)
           
 void fileRemoved(String filename)
           
 

Method Detail

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