KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > client > beans > ListListenerInterface


1 /*
2  * ListListenerInterface.java
3  *
4  * Created on June 1, 2002, 5:01 PM
5  */

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

13 public interface ListListenerInterface
14 {
15     public void actionPerformed (int selected_index);
16 }
17
18
Popular Tags