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

org.javasimon.testapp.test.Timer Maven / Gradle / Ivy

There is a newer version: 3.4.0
Show newest version
package org.javasimon.testapp.test;

/**
 * Interface Timer.
 *
 * @author Radovan Sninsky
 * @since 2.0
 */
public interface Timer {

	long delay();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy