org.apache.any23.plugin.crawler
Interface CrawlerListener


public interface CrawlerListener

Defines a listener for a SiteCrawler.

Author:
Michele Mostarda (mostarda@fbk.eu)

Method Summary
 void visitedPage(edu.uci.ics.crawler4j.crawler.Page page)
          Notifies to the listener that a page has been discovered.
 

Method Detail

visitedPage

void visitedPage(edu.uci.ics.crawler4j.crawler.Page page)
Notifies to the listener that a page has been discovered.

Parameters:
page - the page data.


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