|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.pogamut.posh.explorer.NameMapCrawler
public class NameMapCrawler
Special cralwer listener that will collect all name mappings and pass them to
the ShedPresenter.
| Constructor Summary | |
|---|---|
NameMapCrawler(ShedPresenter presenter)
|
|
| Method Summary | |
|---|---|
void |
crawledData(Crawler<PrimitiveData> crawler,
Collection<PrimitiveData> data)
Crawler has found new data, and they are now passed to the listeners. |
void |
finished(Crawler<PrimitiveData> crawler,
boolean error)
Yay, crawler has finished!. |
void |
started(Crawler<PrimitiveData> crawler)
Crawling has started, the crawler is working. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NameMapCrawler(ShedPresenter presenter)
| Method Detail |
|---|
public void started(Crawler<PrimitiveData> crawler)
CrawlerListener
started in interface CrawlerListener<PrimitiveData>crawler - crawler that has started executing.
public void crawledData(Crawler<PrimitiveData> crawler,
Collection<PrimitiveData> data)
CrawlerListener
crawledData in interface CrawlerListener<PrimitiveData>crawler - crawler that has crawled new data
public void finished(Crawler<PrimitiveData> crawler,
boolean error)
CrawlerListener
finished in interface CrawlerListener<PrimitiveData>crawler - crawler that has finished.error - did crawler finsih because of error?
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||