JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.eclipse.jetty.util
Interface Scanner.ScanCycleListener
All Superinterfaces:
Scanner.Listener
Enclosing class:
Scanner
public static interface
Scanner.ScanCycleListener
extends
Scanner.Listener
Listener that notifies when a scan has started and when it has ended.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
scanEnded
(int cycle)
void
scanStarted
(int cycle)
Method Details
scanStarted
void
scanStarted
(int cycle)
throws
Exception
Throws:
Exception
scanEnded
void
scanEnded
(int cycle)
throws
Exception
Throws:
Exception