KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jdesktop > swing > data > TabularValueChangeListener


1 /*
2  * Created on 25.02.2005
3  *
4  */

5 package org.jdesktop.swing.data;
6
7 /**
8  * @author (C) 2004 Jeanette Winzenburg, Berlin
9  * @version $Revision: 1.1 $ - $Date: 2005/02/25 17:52:58 $
10  */

11 public interface TabularValueChangeListener {
12
13     void tabularValueChanged(TabularValueChangeEvent e);
14 }
15
Popular Tags