/[svn]/jsampler/trunk/src/org/jsampler/task/Global.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/task/Global.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1882 by iliev, Mon Mar 16 22:12:32 2009 UTC revision 1883 by iliev, Sun Apr 5 09:15:35 2009 UTC
# Line 71  public class Global { Line 71  public class Global {
71                  /** The entry point of the task. */                  /** The entry point of the task. */
72                  @Override                  @Override
73                  public void                  public void
74                  exec() throws Exception { CC.getClient().disconnect(); }                  exec() throws Exception {
75                            CC.getClient().disconnect();
76                            if(CC.getMainFrame().getLSConsoleModel() != null) {
77                                    CC.getMainFrame().getLSConsoleModel().quit();
78                            }
79                    }
80          }          }
81                    
82          /**          /**

Legend:
Removed from v.1882  
changed lines
  Added in v.1883

  ViewVC Help
Powered by ViewVC