OutputHandler ============= .. java:package:: com.ampl :noindex: .. java:type:: public interface OutputHandler Implement this interface to handle the outputs from the calls to any function that causes the underlying AMPL interpreter to display a message. Note that errors and warnings are not passed through this interface, see :java:ref:`ErrorHandler` for more information. Methods ------- output ^^^^^^ .. java:method:: public void output(AMPLOutput out) :outertype: OutputHandler This method is called when AMPL sends some output derived from executing a statement :param out: AMPL Output