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

it.netgrid.bauer.ITopicFactory Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
package it.netgrid.bauer;

public interface ITopicFactory {

	public  Topic getTopic(String name);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy