Package com.softsynth.jmsl
Interface STDOutFunction
- All Known Implementing Classes:
DefaultSTDOut
,JMSLMaxNotate
,TextAreaOut
,TextAreaSTDOut
public interface STDOutFunction
Use to redirect text output from JMSL.out(String)
Any class that implements this interface can be the standard output of JMSL. See JMSL.setSTDOut(STDOutFunction) and class DefaultSTDOut
Any class that implements this interface can be the standard output of JMSL. See JMSL.setSTDOut(STDOutFunction) and class DefaultSTDOut
- Author:
- Phil Burk and Nick Didkovsky
-
Method Summary
-
Method Details
-
print
void print(java.lang.String s) -
println
void println(java.lang.String s) -
println
void println()
-