API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. Receiver View Source
Author(s)
Kara Kytle
Since
Version
1.22, 05/11/17
Serial
Hierarchy
 Receiver
Subinterfaces
Description
public interface Receiver
  A Receiver receives MidiEvent objects and typically does something useful in response, such as interpreting them to generate sound or raw MIDI output.
Methods
Hide/Show inherited methods
public void close ()
  Indicates that the application has finished using the receiver, and that limited resources it requires may be released or made available.
public void send (MidiMessage message, long timeStamp)
  Sends a MIDI message and time-stamp to this receiver.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar