org.rproject.ant
Interface MessageListener

All Known Implementing Classes:
RRun, RSet, RTask

public interface MessageListener

Listens to messages generated by the R main loop

Author:
Romain Francois

Method Summary
 void flush()
          Flush the listener
 void send(Message message)
          Send the message.
 

Method Detail

send

void send(Message message)
Send the message. This is called by various methods of the AntRMainLoopCallbacks class

Parameters:
message - a message sent by the R main loop

flush

void flush()
Flush the listener

See Also:
AntRMainLoopCallbacks#rFlushConsole(org.rosuda.JRI.Rengine)


Copyright © 2009, Romain Francois francoisromain@free.fr