|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScraperRuntimeListener
| Method Summary | |
|---|---|
void |
onExecutionContinued(Scraper scraper)
|
void |
onExecutionEnd(Scraper scraper)
|
void |
onExecutionError(Scraper scraper,
java.lang.Exception e)
|
void |
onExecutionPaused(Scraper scraper)
|
void |
onExecutionStart(Scraper scraper)
|
void |
onNewProcessorExecution(Scraper scraper,
BaseProcessor processor)
|
void |
onProcessorExecutionFinished(Scraper scraper,
BaseProcessor processor,
java.util.Map properties)
|
| Method Detail |
|---|
void onExecutionStart(Scraper scraper)
void onExecutionPaused(Scraper scraper)
void onExecutionContinued(Scraper scraper)
void onNewProcessorExecution(Scraper scraper,
BaseProcessor processor)
void onExecutionEnd(Scraper scraper)
void onProcessorExecutionFinished(Scraper scraper,
BaseProcessor processor,
java.util.Map properties)
void onExecutionError(Scraper scraper,
java.lang.Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||