KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testlib > BaseInterface


1 package testlib;
2
3 public interface BaseInterface
4 {
5     void method();
6 }
7
Popular Tags