src/share/classes/javax/sound/midi/MidiDevice.java

Print this page

        

*** 105,115 **** * * @author Kara Kytle * @author Florian Bomers */ ! public interface MidiDevice { /** * Obtains information about the device, including its Java class and * <code>Strings</code> containing its name, vendor, and description. --- 105,115 ---- * * @author Kara Kytle * @author Florian Bomers */ ! public interface MidiDevice extends AutoCloseable { /** * Obtains information about the device, including its Java class and * <code>Strings</code> containing its name, vendor, and description.