# Print output for @column tags ?> MidiManager.DeviceCallback - Android SDK | Android Developers

Most visited


Recently visited


MidiManager.DeviceCallback

public static class MidiManager.DeviceCallback
extends Object

java.lang.Object
   ↳ android.media.midi.MidiManager.DeviceCallback


Callback class used for clients to receive MIDI device added and removed notifications

Summary


Public constructors

DeviceCallback()

Public methods

void onDeviceAdded(MidiDeviceInfo device)

Called to notify when a new MIDI device has been added

void onDeviceRemoved(MidiDeviceInfo device)

Called to notify when a MIDI device has been removed

void onDeviceStatusChanged(MidiDeviceStatus status)

Called to notify when the status of a MIDI device has changed

Inherited methods

Public constructors


DeviceCallback

public DeviceCallback ()

Public methods


onDeviceAdded

public void onDeviceAdded (MidiDeviceInfo device)

Called to notify when a new MIDI device has been added

Parameters
device MidiDeviceInfo: a MidiDeviceInfo for the newly added device

onDeviceRemoved

public void onDeviceRemoved (MidiDeviceInfo device)

Called to notify when a MIDI device has been removed

Parameters
device MidiDeviceInfo: a MidiDeviceInfo for the removed device

onDeviceStatusChanged

public void onDeviceStatusChanged (MidiDeviceStatus status)

Called to notify when the status of a MIDI device has changed

Parameters
status MidiDeviceStatus: a MidiDeviceStatus for the changed device

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.