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

delight.concurrency.wrappers.SimpleTimer Maven / Gradle / Ivy

The newest version!
package delight.concurrency.wrappers;

/**
 * A simple timer interface, allows the timer to be stopped.
 * 
 * @author mroh004
 * 
 */
public interface SimpleTimer {

	/**
	 * Stops this timer. Running executions are not affected.
	 */
	public void stop();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy