Uses of Class
com.norconex.crawler.core.event.CrawlerEvent
Packages that use CrawlerEvent
Package
Description
-
Uses of CrawlerEvent in com.norconex.crawler.core.event
Classes in com.norconex.crawler.core.event with type parameters of type CrawlerEventModifier and TypeClassDescriptionstatic classCrawlerEvent.CrawlerEventBuilder<C extends CrawlerEvent,B extends CrawlerEvent.CrawlerEventBuilder<C, B>> -
Uses of CrawlerEvent in com.norconex.crawler.core.event.listeners
Methods in com.norconex.crawler.core.event.listeners with parameters of type CrawlerEventModifier and TypeMethodDescriptionprotected voidCrawlerLifeCycleListener.onCrawlerCleanBegin(CrawlerEvent event) protected voidCrawlerLifeCycleListener.onCrawlerCleanEnd(CrawlerEvent event) protected voidCrawlerLifeCycleListener.onCrawlerCrawlBegin(CrawlerEvent event) protected voidCrawlerLifeCycleListener.onCrawlerCrawlEnd(CrawlerEvent event) protected voidCrawlerLifeCycleListener.onCrawlerError(CrawlerEvent event) protected voidCrawlerLifeCycleListener.onCrawlerEvent(CrawlerEvent event) protected voidCrawlerLifeCycleListener.onCrawlerStopBegin(CrawlerEvent event) protected voidCrawlerLifeCycleListener.onCrawlerStopEnd(CrawlerEvent event) -
Uses of CrawlerEvent in com.norconex.crawler.web.doc.operations.image.impl
Methods in com.norconex.crawler.web.doc.operations.image.impl with parameters of type CrawlerEventModifier and TypeMethodDescriptionprotected voidFeaturedImageResolver.onCrawlerCrawlBegin(CrawlerEvent event) -
Uses of CrawlerEvent in com.norconex.crawler.web.doc.operations.robot.impl
Methods in com.norconex.crawler.web.doc.operations.robot.impl with parameters of type CrawlerEventModifier and TypeMethodDescriptionprotected voidStandardRobotsTxtProvider.onCrawlerCrawlBegin(CrawlerEvent event) -
Uses of CrawlerEvent in com.norconex.crawler.web.doc.operations.scope.impl
Methods in com.norconex.crawler.web.doc.operations.scope.impl with parameters of type CrawlerEventModifier and TypeMethodDescriptionprotected voidGenericUrlScopeResolver.onCrawlerCrawlBegin(CrawlerEvent event) -
Uses of CrawlerEvent in com.norconex.crawler.web.doc.operations.sitemap.impl
Methods in com.norconex.crawler.web.doc.operations.sitemap.impl with parameters of type CrawlerEventModifier and TypeMethodDescriptionprotected voidGenericSitemapResolver.onCrawlerCleanBegin(CrawlerEvent event) protected voidGenericSitemapResolver.onCrawlerCrawlBegin(CrawlerEvent event) protected voidGenericSitemapResolver.onCrawlerStopBegin(CrawlerEvent event)