|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AndroidDebugBridge.IDeviceChangeListener
Classes which implement this interface provide methods that deal
with IDevice addition, deletion, and changes.
| Method Summary | |
|---|---|
void |
deviceConnected(IDevice device)
Sent when the a device is connected to the AndroidDebugBridge. |
void |
deviceDisconnected(IDevice device)
Sent when the a device is connected to the AndroidDebugBridge. |
void |
deviceChanged(IDevice device,
int changeMask)
Sent when a device data changed, or when clients are started/terminated on the device. |
| Method Detail |
|---|
void deviceConnected(IDevice device)
AndroidDebugBridge.
This is sent from a non UI thread.
device - the new device.void deviceDisconnected(IDevice device)
AndroidDebugBridge.
This is sent from a non UI thread.
device - the new device.
void deviceChanged(IDevice device,
int changeMask)
device - the device that was updated.changeMask - the mask describing what changed. It can contain any of the following
values: IDevice.CHANGE_BUILD_INFO, IDevice.CHANGE_STATE,
IDevice.CHANGE_CLIENT_LIST
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||