com.jpattern.core.IService Maven / Gradle / Ivy
package com.jpattern.core;
/**
*
* @author Francesco Cina'
*
* 07/apr/2010
*/
public interface IService {
String getName();
void stopService();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy