Package jadx.gui.device.protocol
Interface ADB.DeviceStateListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadbDisconnected()voidonDeviceStatusChange(java.util.List<ADBDeviceInfo> deviceInfoList)
-
-
-
Method Detail
-
onDeviceStatusChange
void onDeviceStatusChange(java.util.List<ADBDeviceInfo> deviceInfoList)
-
adbDisconnected
void adbDisconnected()
-
-