|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface REngineConsoleHistoryInterface
interface defining delegate methods used by REngine
to forward console history callbacks from R.
Method Summary | |
---|---|
void |
RLoadHistory(REngine eng,
java.lang.String filename)
called when R wants to load the history content. |
void |
RSaveHistory(REngine eng,
java.lang.String filename)
called when R wants to save the history content. |
Method Detail |
---|
void RSaveHistory(REngine eng, java.lang.String filename)
eng
- calling enginefilename
- name of the file to save command history tovoid RLoadHistory(REngine eng, java.lang.String filename)
eng
- calling enginefilename
- name of the file to load the command history from
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |