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

Diff of /jsampler/trunk/src/org/jsampler/event/SamplerChannelListEvent.java

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

revision 1736 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1737 by iliev, Thu May 8 17:26:19 2008 UTC
# Line 47  public class SamplerChannelListEvent ext Line 47  public class SamplerChannelListEvent ext
47          /**          /**
48           * Gets the sampler channel model for which this event occurs.           * Gets the sampler channel model for which this event occurs.
49           * @return The sampler channel model for which this event occurs.           * @return The sampler channel model for which this event occurs.
50             * Note that the return value can be <code>null</code> in case
51             * of a dummy event that can be used to end an adjusting sequence.
52             * @see org.jsampler.SamplerModel#getChannelListIsAdjusting
53           */           */
54          public SamplerChannelModel          public SamplerChannelModel
55          getChannelModel() { return channelModel; }          getChannelModel() { return channelModel; }

Legend:
Removed from v.1736  
changed lines
  Added in v.1737

  ViewVC Help
Powered by ViewVC