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

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

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

revision 910 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 23  Line 23 
23  package org.jsampler.event;  package org.jsampler.event;
24    
25  /**  /**
26   *   * Adapter class for receiving events.
27     * This class exists as convenience for creating listener objects.
28     * The methods in this class are empty.
29   * @author Grigor Iliev   * @author Grigor Iliev
30   */   */
31  public abstract class SamplerChannelAdapter implements SamplerChannelListener {  public abstract class SamplerChannelAdapter implements SamplerChannelListener {

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC