com.jstatcom.engine.matlab
Interface OutErrHandler

All Known Implementing Classes:
LogHandler

public interface OutErrHandler

Interface for output/error handler implementation to be used with the Matlab engine.

Author:
Markus Kraetzig

Method Summary
 void handleError(java.lang.String s)
          Deals with an error string.
 void handleOutput(java.lang.String s)
          Deals with an output string.
 

Method Detail

handleOutput

void handleOutput(java.lang.String s)
Deals with an output string.

Parameters:
s -

handleError

void handleError(java.lang.String s)
Deals with an error string.

Parameters:
s -