com.ijchart.xychart.listener
Interface IPlotChangeListener

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

public interface IPlotChangeListener
extends java.util.EventListener

Title: IJChart

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

此事件监听器用于监听图表的Plot发生变化时的事件,出现事件时实现此监听器的类会被自动通知.

Copyright: Copyright (c) 2013

Company:

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

Method Summary
 void plotChanged(PlotChangeEvent event)
          收到Plot发生变化的事件.
 

Method Detail

plotChanged

void plotChanged(PlotChangeEvent event)
收到Plot发生变化的事件.

Parameters:
event - PlotChangeEvent plot变化的事件.