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
-
MirrorAction(String, boolean)
-
-
cleared(CrawlEvent)
- Notify that the crawler's state was cleared.
-
connected(Crawler)
-
-
disconnected(Crawler)
-
-
equals(Object)
-
-
getDirectory()
-
-
getUseBrowser()
-
-
paused(CrawlEvent)
- Notify that the crawler is 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.
-
visit(Page)
-
MirrorAction
public MirrorAction(String directory,
boolean useBrowser)
equals
public boolean equals(Object object)
- Overrides:
- equals in class Object
getDirectory
public String getDirectory()
getUseBrowser
public boolean getUseBrowser()
visit
public synchronized void visit(Page page)
connected
public void connected(Crawler crawler)
disconnected
public void disconnected(Crawler crawler)
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 is paused.
All Packages Class Hierarchy This Package Previous Next Index