JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart
Interface JCChartListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JCChartAdapter

public interface JCChartListener
extends EventListener

Event listener interface for chart events.


Method Summary
 void changeChart(com.klg.jclass.chart.JCChartEvent e)
          Method called whenever chart has been modified in some way.
 void paintChart(com.klg.jclass.chart.JCChart chart)
          Called after a chart has been painted (including a fastupdate paint).
 

Method Detail

changeChart

public void changeChart(com.klg.jclass.chart.JCChartEvent e)
Method called whenever chart has been modified in some way. Interested listeners should implement this method and register the object with JClass Chart.

Parameters:
e - the event generated from the chart being changed

paintChart

public void paintChart(com.klg.jclass.chart.JCChart chart)
Called after a chart has been painted (including a fastupdate paint).

Parameters:
chart - the chart that has been painted

Copyright © 2004 Quest Software Inc..
All rights reserved.