public class ProcessCrawlResultAction extends BaseEventBotAction
logger| Modifier | Constructor and Description |
|---|---|
protected |
ProcessCrawlResultAction(EventListenerContext eventListenerContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRun(Event event,
EventListener executingListener) |
protected void |
onCrawlFailure(CrawlConnectionCommandFailureEvent failureEvent)
Called if the crawl fails.
|
protected void |
onCrawlSuccess(CrawlConnectionCommandSuccessEvent successEvent)
Called if the crawl succeeds.
|
getActionTask, getEventListenerContextprotected ProcessCrawlResultAction(EventListenerContext eventListenerContext)
protected void doRun(Event event, EventListener executingListener) throws java.lang.Exception
doRun in class BaseEventBotActionjava.lang.Exceptionprotected void onCrawlFailure(CrawlConnectionCommandFailureEvent failureEvent)
failureEvent - protected void onCrawlSuccess(CrawlConnectionCommandSuccessEvent successEvent)
successEvent - Copyright © 2018. All Rights Reserved.