All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.workbench.MirrorAction

java.lang.Object
   |
   +----websphinx.workbench.MirrorAction

public class MirrorAction
extends Object
implements Action, CrawlListener

Constructor Index

 o MirrorAction(String, boolean)

Method Index

 o cleared(CrawlEvent)
Notify that the crawler's state was cleared.
 o connected(Crawler)
 o disconnected(Crawler)
 o equals(Object)
 o getDirectory()
 o getUseBrowser()
 o paused(CrawlEvent)
Notify that the crawler is 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.
 o visit(Page)

Constructors

 o MirrorAction
 public MirrorAction(String directory,
                     boolean useBrowser)

Methods

 o equals
 public boolean equals(Object object)
Overrides:
equals in class Object
 o getDirectory
 public String getDirectory()
 o getUseBrowser
 public boolean getUseBrowser()
 o visit
 public synchronized void visit(Page page)
 o connected
 public void connected(Crawler crawler)
 o disconnected
 public void disconnected(Crawler crawler)
 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 is paused.


All Packages  Class Hierarchy  This Package  Previous  Next  Index