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

Diff of /jsampler/trunk/src/org/jsampler/event/SamplerEvent.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 33  import org.linuxsampler.lscp.SamplerChan Line 33  import org.linuxsampler.lscp.SamplerChan
33  public class SamplerEvent extends java.util.EventObject {  public class SamplerEvent extends java.util.EventObject {
34          /**          /**
35           * Constructs a <code>SamplerEvent</code> object.           * Constructs a <code>SamplerEvent</code> object.
          *  
36           * @param source The object that originated the event.           * @param source The object that originated the event.
37           */           */
38          public SamplerEvent(Object source) {          public
39                  super(source);          SamplerEvent(Object source) { super(source); }
         }  
40  }  }

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

  ViewVC Help
Powered by ViewVC