org.webharvest.runtime
Interface ScraperRuntimeListener


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

onExecutionStart

void onExecutionStart(Scraper scraper)

onExecutionPaused

void onExecutionPaused(Scraper scraper)

onExecutionContinued

void onExecutionContinued(Scraper scraper)

onNewProcessorExecution

void onNewProcessorExecution(Scraper scraper,
                             BaseProcessor processor)

onExecutionEnd

void onExecutionEnd(Scraper scraper)

onProcessorExecutionFinished

void onProcessorExecutionFinished(Scraper scraper,
                                  BaseProcessor processor,
                                  java.util.Map properties)

onExecutionError

void onExecutionError(Scraper scraper,
                      java.lang.Exception e)