
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