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

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

The newest version!
package org.javasimon.examples.testapp.test;

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

	long delay();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy