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.


Method Index

 o evaluationAborted(Evaluation, Anomaly)
 o evaluationContinuing(Evaluation, EvalAble)
 o evaluationFinished(Evaluation, Value)

Methods

 o evaluationFinished
 public abstract void evaluationFinished(Evaluation ev,
                                         Value v)
 o evaluationContinuing
 public abstract void evaluationContinuing(Evaluation ev,
                                           EvalAble ea)
 o evaluationAborted
 public abstract void evaluationAborted(Evaluation ev,
                                        Anomaly v)

All Packages  Class Hierarchy  This Package  Previous  Next  Index