
public interface ResultProcessor
| Modifier and Type | Method and Description | 
|---|---|
void | 
processNewResult(HierarchicalResult baseResult,
                Result newResult)
Process a result. 
 | 
void processNewResult(HierarchicalResult baseResult, Result newResult)
baseResult - The base of the result tree.newResult - Newly added result subtree.