com.steema.teechart.events
Interface ChartListener

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

public interface ChartListener
extends java.util.EventListener

Title: TeeChart for Java

Description: TeeChart for Java

Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Method Summary
 void seriesAdded(ChartEvent e)
          Invoked when a series has been added to the chart
 void toolAdded(ChartEvent e)
          Invoked when a tool has been added to the chart
 

Method Detail

seriesAdded

void seriesAdded(ChartEvent e)
Invoked when a series has been added to the chart


toolAdded

void toolAdded(ChartEvent e)
Invoked when a tool has been added to the chart