org.rosuda.REngine
Interface REngineConsoleHistoryInterface


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

RSaveHistory

void RSaveHistory(REngine eng,
                  java.lang.String filename)
called when R wants to save the history content.

Parameters:
eng - calling engine
filename - name of the file to save command history to

RLoadHistory

void RLoadHistory(REngine eng,
                  java.lang.String filename)
called when R wants to load the history content.

Parameters:
eng - calling engine
filename - name of the file to load the command history from