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

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

package it.netgrid.bauer;

public interface Topic {
	
	public String getName();

	public void addHandler(EventHandler handler);
	
	public void post(E event);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy