-
- All Superinterfaces:
AutoCloseable
,Receiver
public interface MidiDeviceReceiver extends Receiver
MidiDeviceReceiver
is aReceiver
which represents a MIDI input connector of aMidiDevice
(seeMidiDevice.getReceiver()
).- Since:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MidiDevice
getMidiDevice()
Obtains aMidiDevice
object which is an owner of thisReceiver
.
-
-
-
Method Detail
-
getMidiDevice
MidiDevice getMidiDevice()
Obtains aMidiDevice
object which is an owner of thisReceiver
.- Returns:
- a
MidiDevice
object which is an owner of thisReceiver
-
-