KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > talk > client > UserInformationListenerInterface


1 /*
2  * UserInformationListenerInterface.java
3  *
4  * Created on February 3, 2002, 11:16 AM
5  */

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

13 public interface UserInformationListenerInterface
14 {
15     
16     public void actionPerformed(boolean submit, String JavaDoc name, String JavaDoc email, String JavaDoc reason);
17     
18 }
19
20
Popular Tags