Module java.desktop

Interface Receiver

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
MidiDeviceReceiver

public interface Receiver extends AutoCloseable
A Receiver receives MidiEvent objects and typically does something useful in response, such as interpreting them to generate sound or raw MIDI output. Common MIDI receivers include synthesizers and MIDI Out ports.
See Also: