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

Diff of /jsampler/trunk/src/org/jsampler/LSConsoleModel.java

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

revision 1882 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1883 by iliev, Sun Apr 5 09:15:35 2009 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2009 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 154  public interface LSConsoleModel { Line 154  public interface LSConsoleModel {
154                    
155          /** Browses to the last line of the command history. */          /** Browses to the last line of the command history. */
156          public void browseCommandHistoryLast();          public void browseCommandHistoryLast();
157    
158            /** Disconnects and ends the session */
159            public void quit();
160  }  }

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

  ViewVC Help
Powered by ViewVC