Package org.math.R
Interface EvalListener
-
public interface EvalListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideval(String e)Notify the evaluation of R expressio
-
-
-
Method Detail
-
eval
void eval(String e)
Notify the evaluation of R expressio- Parameters:
e- String evaluated
-
-