|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface REngineOutputInterface
interface defining delegate methods used by REngine
to forward output callbacks from R.
Method Summary | |
---|---|
void |
RFlushConsole(REngine eng)
called by R to flush (display) any pending console output. |
void |
RShowMessage(REngine eng,
java.lang.String text)
called when R wants to show a warning/error message box (not console-related). |
void |
RWriteConsole(REngine eng,
java.lang.String text,
int oType)
called when R prints output to the console. |
Method Detail |
---|
void RWriteConsole(REngine eng, java.lang.String text, int oType)
eng
- calling enginetext
- text to display in the consoleoType
- output type (0=regular, 1=error/warning)void RShowMessage(REngine eng, java.lang.String text)
eng
- calling enginetext
- text to display in the messagevoid RFlushConsole(REngine eng)
eng
- calling engine
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |