com.steema.teechart.events
Interface ChartMotionListener

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

public interface ChartMotionListener
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 scrolled(ChartEvent e)
          Invoked when the chart has been scrolled
 void unzoomed(ChartEvent e)
          Invoked when the chart has been unzoomed
 void zoomed(ChartEvent e)
          Invoked when the chart has been zoomed
 
Methods inherited from interface org.w3c.dom.events.EventListener
handleEvent
 

Method Detail

scrolled

void scrolled(ChartEvent e)
Invoked when the chart has been scrolled


zoomed

void zoomed(ChartEvent e)
Invoked when the chart has been zoomed


unzoomed

void unzoomed(ChartEvent e)
Invoked when the chart has been unzoomed