public interface OnRevisitStatePlugin extends Plugin
| Modifier and Type | Method and Description |
|---|---|
void |
onRevisitState(CrawlerContext context,
StateVertex currentState)
Method that is called every time a state is revisited by Crawljax.
|
void onRevisitState(CrawlerContext context, StateVertex currentState)
This method can be called from multiple threads with different CrawlerContext
context - the crawlSessioncurrentState - the state revisitedCopyright © 2007-2013. All Rights Reserved.