com.ijchart.xychart.listener
Interface IChartProgressListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ChartPanel

public interface IChartProgressListener
extends java.util.EventListener

Title: IJChart

Description: a chart library for the Java(tm) platform.

图表绘制进度监听器.

Copyright: Copyright (c) 2013

Company:

Version:
1.0
Author:
zhang feng min,shanghai china. Contract me by email.

Method Summary
 void chartProgress(ChartProgressEvent event)
          图表对象绘制进度.
 

Method Detail

chartProgress

void chartProgress(ChartProgressEvent event)
图表对象绘制进度.

Parameters:
event - ChartProgressEvent 图表绘制进度事件 (不可为null).