Package org.eclipse.jetty.util
Interface Scanner.DiscreteListener
-
- All Superinterfaces:
Scanner.Listener
- All Known Implementing Classes:
KeyStoreScanner
- Enclosing class:
- Scanner
public static interface Scanner.DiscreteListener extends Scanner.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileAdded(java.lang.String filename)
void
fileChanged(java.lang.String filename)
void
fileRemoved(java.lang.String filename)
-
-
-
Method Detail
-
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
-
-