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

xy.reflect.ui.util.Listener Maven / Gradle / Ivy

package xy.reflect.ui.util;


public interface Listener{

	public void handle(E event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy