|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transmitter
This interface specifies the methods required by objects which send MIDI events to Receivers, including MIDI IN ports and Sequencers.
Method Summary | |
---|---|
void |
close()
Close this Transmitter, possibly releasing system resources. |
Receiver |
getReceiver()
Get the Receiver to which MIDI events will be sent (possibly null) |
void |
setReceiver(Receiver receiver)
Set the Receiver to which MIDI events will be sent. |
Method Detail |
---|
void setReceiver(Receiver receiver)
receiver
- the Receiver to which MIDI events will be sentReceiver getReceiver()
void close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |