org.archive.hcc.client
Class CurrentCrawlJobAdapter

java.lang.Object
  extended by org.archive.hcc.client.CurrentCrawlJobAdapter
All Implemented Interfaces:
java.util.EventListener, CurrentCrawlJobListener

public class CurrentCrawlJobAdapter
extends java.lang.Object
implements CurrentCrawlJobListener


Constructor Summary
CurrentCrawlJobAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentCrawlJobAdapter

public CurrentCrawlJobAdapter()
Method Detail

crawlJobStarted

public void crawlJobStarted(CurrentCrawlJob job)
Specified by:
crawlJobStarted in interface CurrentCrawlJobListener

crawlJobPaused

public void crawlJobPaused(CurrentCrawlJob job)
Specified by:
crawlJobPaused in interface CurrentCrawlJobListener

crawlJobStopping

public void crawlJobStopping(CurrentCrawlJob job)
Specified by:
crawlJobStopping in interface CurrentCrawlJobListener

crawlJobCompleted

public void crawlJobCompleted(CompletedCrawlJob job)
Specified by:
crawlJobCompleted in interface CurrentCrawlJobListener

statisticsChanged

public void statisticsChanged(CurrentCrawlJob job,
                              java.util.Map statistics)
Specified by:
statisticsChanged in interface CurrentCrawlJobListener

crawlJobResumed

public void crawlJobResumed(CurrentCrawlJob job)
Specified by:
crawlJobResumed in interface CurrentCrawlJobListener


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