/[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 1345 by iliev, Thu May 24 20:17:25 2007 UTC revision 1346 by iliev, Thu Sep 13 22:02:03 2007 UTC
# Line 47  public class InstrumentsDbEvent extends Line 47  public class InstrumentsDbEvent extends
47           * Constructs an <code>InstrumentsDbEvent</code> object.           * Constructs an <code>InstrumentsDbEvent</code> object.
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 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 isntrument or directory is renamed,
52           * specifies the new name for the respective instrument or directory.           * specifies the new (non-escaped) name for the respective instrument or directory.
53           */           */
54          public          public
55          InstrumentsDbEvent(Object source, String pathName, String newName) {          InstrumentsDbEvent(Object source, String pathName, String newName) {
# Line 70  public class InstrumentsDbEvent extends Line 70  public class InstrumentsDbEvent extends
70          }          }
71                    
72          /**          /**
73           * Gets the path name of the changed instrument or directory.           * Gets the (escaped) path name of the changed instrument or directory.
74           */           */
75          public String          public String
76          getPathName() { return pathName; }          getPathName() { return pathName; }
77                    
78          /**          /**
79           * When an isntrument or directory is renamed, this method           * When an isntrument or directory is renamed, this method
80           * returns the new 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
83          getNewName() { return newName; }          getNewName() { return newName; }

Legend:
Removed from v.1345  
changed lines
  Added in v.1346

  ViewVC Help
Powered by ViewVC