public interface GlpkTerminalListener
GLPK will call method GlpkTerminal.output before producing terminal output. A listener can
inhibit the terminal output by returning false in the
output routine.
If a GlpkExeption has occured it is necessary to
call
GLPK.glp_term_hook(null, null);to reenable listening to terminal output.
| Modifier and Type | Method and Description |
|---|---|
boolean |
output(String str)
Receive terminal output.
|
boolean output(String str)
The return value controls, if the mesage is displayed in the console.
str - output stringThis documentation is part of project GLPK for Java.
| Group-ID | org.gnu.glpk |
| Artifact-ID | glpk-java |
| Version | 1.12.0 |