/[classpath]/classpath/javax/sound/sampled/Line.java
ViewVC logotype

Diff of /classpath/javax/sound/sampled/Line.java

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

revision 1.1 by tromey, Sun Nov 13 17:33:44 2005 UTC revision 1.2 by tromey, Mon Nov 14 15:23:29 2005 UTC
# Line 136  public interface Line Line 136  public interface Line
136    
137    /**    /**
138     * Open this line.     * Open this line.
139       * @throws LineUnavailableException if the line is unavailable for some
140       * reason
141     */     */
142    void open();    void open() throws LineUnavailableException;
143    
144    /**    /**
145     * Remove the listener from this Line; after this call the listener will     * Remove the listener from this Line; after this call the listener will

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26