KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > talk > plugin > EndPointActionInterface


1 /*
2  * EndPointActionInterface.java
3  *
4  * Created on March 8, 2002, 1:28 AM
5  */

6
7 package com.quikj.application.web.talk.plugin;
8
9 /**
10  *
11  * @author amit
12  */

13 public interface EndPointActionInterface
14 {
15     
16 }
17
18
Popular Tags