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

se.l4.vibe.probes.ValueReader Maven / Gradle / Ivy

There is a newer version: 0.4.0
Show newest version
package se.l4.vibe.probes;

/**
 * Reads value from a certain object. This can be used to create probes
 * that use values from a more complex object.
 * 
 * @author Andreas Holstenson
 *
 * @param 
 * @param 
 */
public interface ValueReader
{
	/**
	 * Read the value from the given object.
	 * 
	 * @param object
	 * @return
	 */
	Output read(Input object);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy