Module java.desktop

Interface Transmitter

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
MidiDeviceTransmitter

public interface Transmitter extends AutoCloseable
A Transmitter sends MidiEvent objects to one or more Receivers. Common MIDI transmitters include sequencers and MIDI input ports.
See Also: