KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > talk > feature > proactive > messaging > ProactiveMessageInterface


1 /*
2  * ProactiveMessageInterface.java
3  *
4  * Created on May 13, 2003, 3:45 AM
5  */

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

13 public interface ProactiveMessageInterface
14 {
15 }
16
Popular Tags