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

com.untzuntz.ustack.main.InTheFutureCallbackInt Maven / Gradle / Ivy

package com.untzuntz.ustack.main;

import com.untzuntz.ustack.data.InTheFuture;

public interface InTheFutureCallbackInt {

	public void execute(InTheFuture theFutureIsNow) throws InTheFutureProcessException;
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy