org.archive.hcc.client
Interface CurrentCrawlJobListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CurrentCrawlJobAdapter

public interface CurrentCrawlJobListener
extends java.util.EventListener


Method Summary
 void crawlJobCompleted(CompletedCrawlJob job)
           
 void crawlJobPaused(CurrentCrawlJob job)
           
 void crawlJobResumed(CurrentCrawlJob job)
           
 void crawlJobStarted(CurrentCrawlJob job)
           
 void crawlJobStopping(CurrentCrawlJob job)
           
 void statisticsChanged(CurrentCrawlJob job, java.util.Map statistics)
           
 

Method Detail

crawlJobStarted

void crawlJobStarted(CurrentCrawlJob job)

crawlJobPaused

void crawlJobPaused(CurrentCrawlJob job)

crawlJobResumed

void crawlJobResumed(CurrentCrawlJob job)

crawlJobStopping

void crawlJobStopping(CurrentCrawlJob job)

crawlJobCompleted

void crawlJobCompleted(CompletedCrawlJob job)

statisticsChanged

void statisticsChanged(CurrentCrawlJob job,
                       java.util.Map statistics)


Copyright © 2005-2008 The Internet Archive. All Rights Reserved.