Revision: 858
http://mathlib.svn.sourceforge.net/mathlib/?rev=858&view=rev
Author: st_mueller
Date: 2009-02-21 17:48:09 +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
Removed Paths:
-------------
JMathLib/trunk/src/jmathlib/core/interfaces/MathLibOutput.java
Deleted: JMathLib/trunk/src/jmathlib/core/interfaces/MathLibOutput.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interfaces/MathLibOutput.java 2009-02-21 17:47:53 UTC (rev 857)
+++ JMathLib/trunk/src/jmathlib/core/interfaces/MathLibOutput.java 2009-02-21 17:48:09 UTC (rev 858)
@@ -1,6 +0,0 @@
-package jmathlib.core.interfaces;
-
-public interface MathLibOutput
-{
- public void displayText(String text);
-}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|