org.eclipse.jetty.util
接口 Scanner.ScanCycleListener

所有超级接口:
Scanner.Listener
包容类:
Scanner

public static interface Scanner.ScanCycleListener
extends Scanner.Listener

Listener that notifies when a scan has started and when it has ended.


方法摘要
 void scanEnded(int cycle)
           
 void scanStarted(int cycle)
           
 

方法详细信息

scanStarted

void scanStarted(int cycle)
                 throws Exception
抛出:
Exception

scanEnded

void scanEnded(int cycle)
               throws Exception
抛出:
Exception


Copyright © 2013. All Rights Reserved.