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

Diff of /jlscp/trunk/src/org/linuxsampler/lscp/Device.java

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

revision 1138 by iliev, Mon Oct 10 14:55:44 2005 UTC revision 1139 by iliev, Mon Apr 2 20:43:58 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *   jlscp - a java LinuxSampler control protocol API   *   jlscp - a java LinuxSampler control protocol API
3   *   *
4   *   Copyright (C) 2005 Grigor Kirilov Iliev   *   Copyright (C) 2005-2006 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of jlscp.   *   This file is part of jlscp.
7   *   *
# Line 32  public interface Device { Line 32  public interface Device {
32           * Gets the numerical ID of this device.           * Gets the numerical ID of this device.
33           * @return The numerical ID of this device or -1 if the device number is not set.           * @return The numerical ID of this device or -1 if the device number is not set.
34           */           */
35          public int getDeviceID();          public int getDeviceId();
36                    
37          /**          /**
38           * Gets the driver name used by this device.           * Gets the driver name used by this device.
# Line 47  public interface Device { Line 47  public interface Device {
47          public boolean isActive();          public boolean isActive();
48                    
49          /**          /**
50             * Gets the <code>ACTIVE</code> parameter.
51             * @return A <code>Parameter<Boolean></code> instance
52             * representing the active state of the device.
53             */
54            public Parameter<Boolean> getActiveParameter();
55            
56            /**
57           * Gets <code>Parameter</code> array with the additional parameters of this device.           * Gets <code>Parameter</code> array with the additional parameters of this device.
58           * @return <code>Parameter</code> array with the additional parameters of this device.           * @return <code>Parameter</code> array with the additional parameters of this device.
59           */           */

Legend:
Removed from v.1138  
changed lines
  Added in v.1139

  ViewVC Help
Powered by ViewVC