/[svn]/jlscp/trunk/src/org/linuxsampler/lscp/event/InstrumentsDbEvent.java
ViewVC logotype

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/event/InstrumentsDbEvent.java

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

revision 1727 by iliev, Thu Sep 13 22:02:03 2007 UTC revision 1728 by iliev, Tue Apr 29 16:04:42 2008 UTC
# Line 48  public class InstrumentsDbEvent extends Line 48  public class InstrumentsDbEvent extends
48           * @param source The object that originated the event.           * @param source The object that originated the event.
49           * @param pathName Depending on the event this is           * @param pathName Depending on the event this is
50           * the absolute (escaped) path name of either a directory, or an instrument.           * the absolute (escaped) path name of either a directory, or an instrument.
51           * @param newName When an isntrument or directory is renamed,           * @param newName When an instrument or directory is renamed,
52           * specifies the new (non-escaped) name for the respective instrument or directory.           * specifies the new (non-escaped) name for the respective instrument or directory.
53           */           */
54          public          public
# Line 76  public class InstrumentsDbEvent extends Line 76  public class InstrumentsDbEvent extends
76          getPathName() { return pathName; }          getPathName() { return pathName; }
77                    
78          /**          /**
79           * When an isntrument or directory is renamed, this method           * When an instrument or directory is renamed, this method
80           * returns the new (non-escaped) name for the respective instrument or directory.           * returns the new (non-escaped) name for the respective instrument or directory.
81           */           */
82          public String          public String

Legend:
Removed from v.1727  
changed lines
  Added in v.1728

  ViewVC Help
Powered by ViewVC