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

jadex.micro.tutorial.a7.IPingService Maven / Gradle / Ivy

The newest version!
package jadex.micro.tutorial.a7;

import jadex.future.IFuture;
import jadex.providedservice.annotation.Service;

@Service
public interface IPingService 
{
	public IFuture ping();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy