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

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

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

/**
 * Probe that can measure a certain value.
 * 
 * @author Andreas Holstenson
 *
 * @param 
 */
public interface Probe
{
	/**
	 * Read the value.
	 * 
	 * @return
	 */
	T read();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy