com.steema.teechart.events
Interface ChartListener

All Superinterfaces:
org.w3c.dom.events.EventListener
All Known Implementing Classes:
ChartAdapter

public interface ChartListener
extends org.w3c.dom.events.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
 
Methods inherited from interface org.w3c.dom.events.EventListener
handleEvent
 

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