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

com.canoo.webtest.engine.CallBlock Maven / Gradle / Ivy

// Copyright ? 2002-2005 Canoo Engineering AG, Switzerland.
package com.canoo.webtest.engine;

public interface CallBlock
{
	void call() throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy