All Packages Class Hierarchy This Package Previous Next Index
Interface Jaja.EvaluationListener
- public interface EvaluationListener
This is the interface that clients of Evaluation should implement.
They receive an event after spawning evaluations ie they are called
by one of these two methods.
-
evaluationAborted(Evaluation, Anomaly)
-
-
evaluationContinuing(Evaluation, EvalAble)
-
-
evaluationFinished(Evaluation, Value)
-
evaluationFinished
public abstract void evaluationFinished(Evaluation ev,
Value v)
evaluationContinuing
public abstract void evaluationContinuing(Evaluation ev,
EvalAble ea)
evaluationAborted
public abstract void evaluationAborted(Evaluation ev,
Anomaly v)
All Packages Class Hierarchy This Package Previous Next Index