Uses of Interface
org.apache.any23.plugin.crawler.CrawlerListener

Packages that use CrawlerListener
org.apache.any23.plugin.crawler TODO fillme 
 

Uses of CrawlerListener in org.apache.any23.plugin.crawler
 

Methods in org.apache.any23.plugin.crawler with parameters of type CrawlerListener
 void SiteCrawler.addListener(CrawlerListener listener)
          Registers a CrawlerListener to this crawler.
 void SiteCrawler.removeListener(CrawlerListener listener)
          Deregisters a CrawlerListener from this crawler.
 

Method parameters in org.apache.any23.plugin.crawler with type arguments of type CrawlerListener
protected static void SharedData.setCrawlData(String seed, Pattern regex, List<CrawlerListener> listeners)
          Initializes the crawler data.
 



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.