|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Crawler | |
|---|---|
| cz.cuni.pogamut.posh.explorer | This package contains classes and methods used for searching for actions and primitives in order to be included into the plan. |
| Uses of Crawler in cz.cuni.pogamut.posh.explorer |
|---|
| Methods in cz.cuni.pogamut.posh.explorer with parameters of type Crawler | |
|---|---|
void |
CrawlerListener.crawledData(Crawler<T> crawler,
Collection<T> data)
Crawler has found new data, and they are now passed to the listeners. |
void |
CrawlerListener.finished(Crawler<T> crawler,
boolean error)
Yay, crawler has finished!. |
void |
CrawlerListener.started(Crawler<T> crawler)
Crawling has started, the crawler is working. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||