/[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 1328 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1329 by iliev, Sat Sep 8 18:33:05 2007 UTC
# 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.1328  
changed lines
  Added in v.1329

  ViewVC Help
Powered by ViewVC