public interface EvaluationListener
Configuration
that is notified when a
result is added to the result of this path evaluation.Modifier and Type | Interface and Description |
---|---|
static class |
EvaluationListener.EvaluationContinuation |
static interface |
EvaluationListener.FoundResult |
Modifier and Type | Method and Description |
---|---|
EvaluationListener.EvaluationContinuation |
resultFound(EvaluationListener.FoundResult found)
Callback invoked when result is found
|
EvaluationListener.EvaluationContinuation resultFound(EvaluationListener.FoundResult found)
found
- the found resultCopyright © 2016. All rights reserved.