KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > perf > FooInterface


1 package test.perf;
2
3 /**
4  * Class FooInterface.
5  *
6  * @author Mika Riekkinen
7  */

8 public interface FooInterface {
9     public void virtual_method();
10 }
11
Popular Tags