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


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

Method Detail

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.