Package se.vidstige.jadb.server
Interface AdbResponder
public interface AdbResponder
Created by vidstige on 20/03/14.
-
Method Summary
Modifier and Type Method Description List<AdbDeviceResponder>getDevices()intgetVersion()voidonCommand(String command)
-
Method Details
-
onCommand
-
getVersion
int getVersion() -
getDevices
List<AdbDeviceResponder> getDevices()
-