KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > car > Bus


1 package car;
2
3 // $Id: Bus.java,v 1.1 2003/11/08 16:32:24 per_nyfelt Exp $
4

5
6 public interface Bus extends Auto {
7 }
8
Popular Tags