API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. Transmitter View Source
Author(s)
Kara Kytle
Since
Version
1.23, 05/11/17
Serial
Hierarchy
 Transmitter
Subinterfaces
Description
public interface Transmitter
  A Transmitter sends MidiEvent objects to one or more Receivers.
See also:    Receiver
Methods
Hide/Show inherited methods
public void close ()
  Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available.
public Receiver getReceiver ()
  Obtains the current receiver to which this transmitter will deliver MIDI messages.
public void setReceiver (Receiver receiver)
  Sets the receiver to which this transmitter will deliver MIDI messages.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar