java.lang.Object | |
↳ | android.media.midi.MidiManager.DeviceCallback |
Callback class used for clients to receive MIDI device added and removed notifications
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to notify when a new MIDI device has been added
| |||||||||||
Called to notify when a MIDI device has been removed
| |||||||||||
Called to notify when the status of a MIDI device has changed
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Called to notify when a new MIDI device has been added
device | a MidiDeviceInfo for the newly added device
|
---|
Called to notify when a MIDI device has been removed
device | a MidiDeviceInfo for the removed device
|
---|
Called to notify when the status of a MIDI device has changed
status | a MidiDeviceStatus for the changed device
|
---|