| Modifier and Type | Method and Description |
|---|---|
void |
onNewState(CrawlerContext context,
StateVertex newState)
Method that is called when a new state is found.
|
void onNewState(CrawlerContext context, StateVertex newState)
StateFlowGraph.
This method can be called from multiple threads with different CrawlerContext
context - the current context.newState - The new state. Equivalent to CrawlerContext.getCurrentState().Copyright © 2007-2013. All Rights Reserved.