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

ru.taskurotta.service.TService Maven / Gradle / Ivy

package ru.taskurotta.service;

/**
 */
public interface TService {

    public void start();

    public void stop();

    public boolean isStarted();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy