Package org.eclipse.jetty.util
Interface Scanner.ScanCycleListener
- All Superinterfaces:
Scanner.Listener
- Enclosing class:
Scanner
@Deprecated(since="2021-05-27")
public static interface Scanner.ScanCycleListener
extends Scanner.Listener
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
Listener that notifies when a scan has started and when it has ended.
-
Method Summary
Modifier and TypeMethodDescriptionvoidscanEnded(int cycle) Deprecated.voidscanStarted(int cycle) Deprecated.