com.ijchart.xychart.listener
Interface ITitleChangeListener

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

public interface ITitleChangeListener
extends java.util.EventListener

Title: IJChart

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

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

Copyright: Copyright (c) 2013

Company:

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

Method Summary
 void titleChanged(TitleChangeEvent event)
          收到title发生变化的事件.
 

Method Detail

titleChanged

void titleChanged(TitleChangeEvent event)
收到title发生变化的事件.

Parameters:
event - TitleChangeEvent title变化的事件.