Class CrawlerEventBus
java.lang.Object
com.norconex.crawler.core.session.CrawlerEventBus
Thin wrapper over
EventManager for firing crawler events.
Can be injected directly in tests without the full CrawlerSession.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CrawlerEventBus
-
-
Method Details
-
fire
Fires the given event through the underlying event manager.- Parameters:
event- the event to fire
-