package p;

public interface ITestInterfaceMethod {

	public abstract void foo(String id, int param, double blubb);

}
