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

javastrava.service.async.AsyncCallback Maven / Gradle / Ivy

The newest version!
package javastrava.service.async;

/**
 * @author Dan Shannon
 *
 * @param  The type of object returned by the callback's {@link #run()} method
 */
public interface  AsyncCallback {
	/**
	 * @return A T
	 */
	public T run();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy