AndroidDebugBridge.IClientChangeListener
public
static
interface
AndroidDebugBridge.IClientChangeListener
| com.android.tradefed.device.server.AndroidDebugBridge.IClientChangeListener |
Classes which implement this interface provide methods that deal with ClientImpl
changes.
Summary
Public methods | |
|---|---|
abstract
void
|
clientChanged(Client client, int changeMask)
Sent when an existing client information changed. |
Public methods
clientChanged
public abstract void clientChanged (Client client, int changeMask)
Sent when an existing client information changed.
This is sent from a non UI thread.
| Parameters | |
|---|---|
client |
Client: the updated client. |
changeMask |
int: the bit mask describing the changed properties. It can contain any of
the following values: ClientImpl.CHANGE_INFO, Client.CHANGE_DEBUGGER_STATUS, ClientImpl.CHANGE_THREAD_MODE, Client.CHANGE_THREAD_DATA, ClientImpl.CHANGE_HEAP_MODE, Client.CHANGE_HEAP_DATA, ClientImpl.CHANGE_NATIVE_HEAP_DATA |