All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.vidstige.jadb.server.AdbResponder Maven / Gradle / Ivy

There is a newer version: 2.0.5
Show newest version
/*
 * Copyright (c) 2010-2019, sikuli.org, sikulix.com - MIT license
 */

package se.vidstige.jadb.server;

import java.util.List;

/**
 * Created by vidstige on 20/03/14.
 */
public interface AdbResponder {
    void onCommand(String command);

    int getVersion();

    List getDevices();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy