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

li.rudin.rt.api.observable.base.Setter Maven / Gradle / Ivy

There is a newer version: 4.1
Show newest version
package li.rudin.rt.api.observable.base;

public interface Setter
{
	/**
	 * Sets the value
	 * @param value
	 */
	void set(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy