R
- the type of result object.public static interface CodeEvaluator.Result.Listener<R>
Modifier and Type | Method and Description |
---|---|
void |
resultChanged(R o)
Notify that the result object has changed.
|
void resultChanged(R o)
o
- a new result object.