KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > testlib > AbstractImpl


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