Package org.eclipse.jetty.util
Interface Scanner.DiscreteListener
-
- All Superinterfaces:
Scanner.Listener
- All Known Implementing Classes:
KeyStoreScanner
- Enclosing class:
- Scanner
@Deprecated(since="2021-05-27") public static interface Scanner.DiscreteListener extends Scanner.Listener
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidfileAdded(String filename)Deprecated.voidfileChanged(String filename)Deprecated.voidfileRemoved(String filename)Deprecated.
-