package jmathlib.core.interfaces; public interface JMathLibOutput { public void displayText(String text); public void setStatusText(String text); }