public static interface MidiDeviceServer.Callback
Modifier and Type | Method and Description |
---|---|
void |
onClose()
Called to notify when the device is closed
|
void |
onDeviceStatusChanged(MidiDeviceServer server,
MidiDeviceStatus status)
Called to notify when an our device status has changed
|
void onDeviceStatusChanged(MidiDeviceServer server, MidiDeviceStatus status)
server
- the MidiDeviceServer
that changedstatus
- the MidiDeviceStatus
for the devicevoid onClose()