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