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.
-
CrawlAdapter()
-
-
cleared(CrawlEvent)
- Notify that the crawler's state was cleared.
-
paused(CrawlEvent)
- Notify that the crawler was paused.
-
started(CrawlEvent)
- Notify that the crawler started.
-
stopped(CrawlEvent)
- Notify that the crawler ran out of links to crawl.
-
timedOut(CrawlEvent)
- Notify that the crawler timed out.
CrawlAdapter
public CrawlAdapter()
started
public void started(CrawlEvent event)
- Notify that the crawler started.
stopped
public void stopped(CrawlEvent event)
- Notify that the crawler ran out of links to crawl.
cleared
public void cleared(CrawlEvent event)
- Notify that the crawler's state was cleared.
timedOut
public void timedOut(CrawlEvent event)
- Notify that the crawler timed out.
paused
public void paused(CrawlEvent event)
- Notify that the crawler was paused.
All Packages Class Hierarchy This Package Previous Next Index