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

Diff of /jsampler/trunk/src/org/jsampler/DefaultLSConsoleModel.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 380  public class DefaultLSConsoleModel imple Line 380  public class DefaultLSConsoleModel imple
380                  return tmpVector.toArray(new String[tmpVector.size()]);                  return tmpVector.toArray(new String[tmpVector.size()]);
381          }          }
382                    
383            @Override
384            public void
385            quit() { disconnect(); }
386            
387          /** Notifies listeners that the text in the command line has changed. */          /** Notifies listeners that the text in the command line has changed. */
388          private void          private void
389          fireCommandLineTextChanged(String oldCmdLine) {          fireCommandLineTextChanged(String oldCmdLine) {

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

  ViewVC Help
Powered by ViewVC