Package org.eclipse.jetty.util
Interface Scanner.ScanCycleListener
-
- All Superinterfaces:
Scanner.Listener
- Enclosing class:
- Scanner
@Deprecated public static interface Scanner.ScanCycleListener extends Scanner.Listener
Deprecated.This api is not supported anymore. Please do not use it.Listener that notifies when a scan has started and when it has ended.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidscanEnded(int cycle)Deprecated.voidscanStarted(int cycle)Deprecated.
-