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

soot.jimple.infoflow.memory.ISolversTerminatedCallback Maven / Gradle / Ivy

The newest version!
package soot.jimple.infoflow.memory;

/**
 * Callback to notify the outside world that the solvers have been terminated
 * 
 * @author Steven Arzt
 *
 */
public interface ISolversTerminatedCallback {

	/**
	 * This method is invoked when all solvers have been terminated due to a timeout
	 */
	public void onSolversTerminated();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy