JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.event
Interface JCChart3dListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
com.klg.jclass.chart3d.customizer.AbstractChart3dCustomizer, JCChart3dAdapter

public interface JCChart3dListener
extends EventListener

Event listener interface for chart 3D events.


Method Summary
 void changeChart(com.klg.jclass.chart3d.event.JCChart3dEvent e)
          Method called whenever chart 3D has been modified in some way.
 void paintChart(com.klg.jclass.chart3d.JCChart3d chart)
          Method called whenever the paint method of the JCChart3d object is called.
 

Method Detail

changeChart

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

Parameters:
e - the event to which this method responds

paintChart

public void paintChart(com.klg.jclass.chart3d.JCChart3d chart)
Method called whenever the paint method of the JCChart3d object is called.

Parameters:
chart - the chart that was painted

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