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

bndtools.utils.Requestor Maven / Gradle / Ivy

The newest version!
package bndtools.utils;

import java.lang.reflect.InvocationTargetException;

import org.eclipse.core.runtime.IProgressMonitor;

public interface Requestor {
	T request(IProgressMonitor monitor) throws InvocationTargetException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy