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

eu.mihosoft.vrl.v3d.parametrics.IParameterChanged Maven / Gradle / Ivy

package eu.mihosoft.vrl.v3d.parametrics;

public interface IParameterChanged {
	/**
	 * This is a listener for a parameter changing
	 * @param name
	 * @param p
	 */
	public void parameterChanged(String name, Parameter p);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy