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

ru.yandex.qatools.embed.service.EmbeddedService Maven / Gradle / Ivy

There is a newer version: 1.21
Show newest version
package ru.yandex.qatools.embed.service;

/**
 * @author smecsia
 */
public interface EmbeddedService {
    void start();

    void stop();

    boolean isStarted();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy