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

org.robobinding.property.ValueModel Maven / Gradle / Ivy

The newest version!
package org.robobinding.property;

/**
 * @since 1.0
 * @version $Revision: 1.0 $
 * @author Cheng Wei
 * 
 */
public interface ValueModel {
	T getValue();

	void setValue(T newValue);

	void addPropertyChangeListener(PropertyChangeListener listener);

	void removePropertyChangeListener(PropertyChangeListener listener);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy