Math2mat

/home/ythoma/docs/math2mat/svn/wp1/framework/m2mGUI/src/m2m/backend/processing/ProgressMonitoring.java

Go to the documentation of this file.
00001 
00019 package m2m.backend.processing;
00020 
00025 public class ProgressMonitoring {
00026 
00027         public ProgressMonitoring()
00028         {       
00029         }
00030         
00031         public void worked(int value)
00032         {
00033         }
00034         
00035         public void subTask(String taskName)
00036         {
00037         }
00038 }
 All Classes Namespaces Files Functions Variables Enumerations