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

Diff of /jsampler/trunk/src/org/jsampler/view/InstrumentTableModel.java

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

revision 913 by iliev, Mon Aug 7 18:45:48 2006 UTC revision 1329 by iliev, Sat Sep 8 18:33:05 2007 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 Kirilov Iliev   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# Line 145  public class InstrumentTableModel extend Line 145  public class InstrumentTableModel extend
145          private class Handler implements OrchestraListener {          private class Handler implements OrchestraListener {
146                  /** Invoked when the name of orchestra is changed. */                  /** Invoked when the name of orchestra is changed. */
147                  public void                  public void
148                  nameChanged(OrchestraEvent e) { fireTableDataChanged(); }                  nameChanged(OrchestraEvent e) { fireTableStructureChanged(); }
149                    
150                  /** Invoked when the description of orchestra is changed. */                  /** Invoked when the description of orchestra is changed. */
151                  public void                  public void

Legend:
Removed from v.913  
changed lines
  Added in v.1329

  ViewVC Help
Powered by ViewVC