All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.CrawlAdapter

java.lang.Object
   |
   +----websphinx.CrawlAdapter

public class CrawlAdapter
extends Object
implements CrawlListener
Adapter for CrawlListener interface.


Constructor Index

 o CrawlAdapter()

Method Index

 o cleared(CrawlEvent)
Notify that the crawler's state was cleared.
 o paused(CrawlEvent)
Notify that the crawler was paused.
 o started(CrawlEvent)
Notify that the crawler started.
 o stopped(CrawlEvent)
Notify that the crawler ran out of links to crawl.
 o timedOut(CrawlEvent)
Notify that the crawler timed out.

Constructors

 o CrawlAdapter
 public CrawlAdapter()

Methods

 o started
 public void started(CrawlEvent event)
Notify that the crawler started.

 o stopped
 public void stopped(CrawlEvent event)
Notify that the crawler ran out of links to crawl.

 o cleared
 public void cleared(CrawlEvent event)
Notify that the crawler's state was cleared.

 o timedOut
 public void timedOut(CrawlEvent event)
Notify that the crawler timed out.

 o paused
 public void paused(CrawlEvent event)
Notify that the crawler was paused.


All Packages  Class Hierarchy  This Package  Previous  Next  Index