KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jahia > sqlprofiler > gui > ChartModelListener


1 package org.jahia.sqlprofiler.gui;
2
3 import java.util.EventListener JavaDoc;
4
5 /**
6  * <p>Title: </p>
7  * <p>Description: </p>
8  * <p>Copyright: Copyright (c) 2003</p>
9  * <p>Company: Jahia Ltd</p>
10  * @author not attributable
11  * @version 1.0
12  */

13
14 public interface ChartModelListener extends EventListener JavaDoc {
15
16     public void chartDataChanged(ChartModelEvent e);
17
18 }
Popular Tags