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

com.dragome.forms.bindings.client.value.ValueSource Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package com.dragome.forms.bindings.client.value;

/**
 * This interface is used as a basis for all objects that can vend a value of particular type.
 * @see com.pietschy.gwt.pectin.client.value.ValueModel
 */
public interface ValueSource
{
	/**
	 * Gets the value held by this provider.
	 * @return the value held by this provider.
	 */
	T getValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy