org.mortbay.util
Interface Scanner.DiscreteListener
- All Superinterfaces:
- Scanner.Listener
- Enclosing class:
- Scanner
public static interface Scanner.DiscreteListener
- extends Scanner.Listener
fileChanged
void fileChanged(java.lang.String filename)
throws java.lang.Exception
- Throws:
java.lang.Exception
fileAdded
void fileAdded(java.lang.String filename)
throws java.lang.Exception
- Throws:
java.lang.Exception
fileRemoved
void fileRemoved(java.lang.String filename)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.