com.steema.teechart.events
Interface ChartMotionListener

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

public interface ChartMotionListener
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 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
 

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