KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > sapia > soto > ubik > example > UbikService


1 package org.sapia.soto.ubik.example;
2
3
4 /**
5  * @author Yanick Duchesne
6  * 1-Oct-2003
7  */

8 public interface UbikService {
9   public void ping();
10 }
11
Popular Tags