|
Préférences
Moteurs de recherche
|
||||||||
| JavaTM 2 Platform Std. Ed. v1.4.2
javax.sound.midi
|
|||||||||
| Method Summary | |
void |
close()
Indicates that the application has finished using the transmitter, and that limited resources it requires may be released or made available. |
Receiver |
getReceiver()
Obtains the current receiver to which this transmitter will deliver MIDI messages. |
void |
setReceiver(Receiver receiver)
Sets the receiver to which this transmitter will deliver MIDI messages. |
| Method Detail |
public void setReceiver(Receiver receiver)
receiver - the desired receiver.public Receiver getReceiver()
nullpublic void close()
IllegalArgumentException or other exception to be thrown.