com.insightful.splus
Interface SplusOutputHandler
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- SplusOutputHandlerImpl
- public interface SplusOutputHandler
- extends Remote
Interface for a class that can handle standard output and standard error
from the S-PLUS engine. An SplusOutputHandler is registered with an
SplusSession, and the write() method is called when the engine sends text
to standard output or standard error.
- See Also:
SplusSession
Method Summary |
void |
write(String data,
boolean prompted)
Method called when the S-PLUS engine sends text to standard output
or standard error. |
write
public void write(String data,
boolean prompted)
throws RemoteException
- Method called when the S-PLUS engine sends text to standard output
or standard error.
- Parameters:
data
- text outputprompted
- flag indicating whether the engine is prompting for
input.
- Throws:
RemoteException
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.