@Singleton public class MidiMonitorServiceImpl extends Object implements MidiMonitorService
| Constructor and Description |
|---|
MidiMonitorServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogListener(MidiLogListener l) |
void |
logIn(int port,
MidiMessage msg)
Dump output MidiMessage
msg on the MIDI Monitor Window with
port number information. |
void |
logOut(int port,
MidiMessage msg)
Dump input MidiMessage
msg on the MIDI Monitor Window with
port number information. |
void |
logOut(MidiMessage msg) |
void |
removeLogListener(MidiLogListener l) |
public void addLogListener(MidiLogListener l)
addLogListener in interface MidiMonitorServicepublic void removeLogListener(MidiLogListener l)
removeLogListener in interface MidiMonitorServicepublic void logIn(int port,
MidiMessage msg)
msg on the MIDI Monitor Window with
port number information.logIn in interface MidiMonitorServiceport - port numbermsg - MidiMessagepublic void logOut(int port,
MidiMessage msg)
msg on the MIDI Monitor Window with
port number information.logOut in interface MidiMonitorServiceport - port numbermsg - MidiMessagepublic void logOut(MidiMessage msg)
logOut in interface MidiMonitorServiceCopyright © 2014. All Rights Reserved.