Searched defs:AbstractMidiDevice (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractMidiDevice.java36 * Abstract AbstractMidiDevice class representing functionality shared by
44 abstract class AbstractMidiDevice implements MidiDevice, ReferenceCountingDevice { class in inherits:MidiDevice,ReferenceCountingDevice
86 * Constructs an AbstractMidiDevice with the specified info object.
92 protected AbstractMidiDevice(MidiDevice.Info info) { method in class:AbstractMidiDevice
94 if(Printer.trace) Printer.trace(">> AbstractMidiDevice CONSTRUCTOR");
99 if(Printer.trace) Printer.trace("<< AbstractMidiDevice CONSTRUCTOR completed");
115 if (Printer.trace) Printer.trace("> AbstractMidiDevice: open()");
120 if (Printer.trace) Printer.trace("< AbstractMidiDevice: open() completed");
137 if (Printer.trace) Printer.trace("> AbstractMidiDevice: openInternal()");
146 if (Printer.trace) Printer.trace("< AbstractMidiDevice
[all...]

Completed in 28 milliseconds