[Mathlib-commitlog] SF.net SVN: mathlib:[857] JMathLib/trunk/src/jmathlib/core/interfaces/ JMathLib
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-21 17:48:02
|
Revision: 857
http://mathlib.svn.sourceforge.net/mathlib/?rev=857&view=rev
Author: st_mueller
Date: 2009-02-21 17:47:53 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
renamed MathLibOutput into JMathLibOutput and added a new method: setStatusText in order to show some status message in the GUI
Added Paths:
-----------
JMathLib/trunk/src/jmathlib/core/interfaces/JMathLibOutput.java
Copied: JMathLib/trunk/src/jmathlib/core/interfaces/JMathLibOutput.java (from rev 826, JMathLib/trunk/src/jmathlib/core/interfaces/MathLibOutput.java)
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interfaces/JMathLibOutput.java (rev 0)
+++ JMathLib/trunk/src/jmathlib/core/interfaces/JMathLibOutput.java 2009-02-21 17:47:53 UTC (rev 857)
@@ -0,0 +1,8 @@
+package jmathlib.core.interfaces;
+
+public interface JMathLibOutput
+{
+ public void displayText(String text);
+
+ public void setStatusText(String text);
+}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|