JIDE 3.5.15

com.jidesoft.chart.event
Interface ZoomListener


public interface ZoomListener

An interface implemented by objects interested in zooming behaviour.


Method Summary
 void zoomChanged(ChartSelectionEvent event)
          The callback method on the listening object that is invoked when the user zooms in or out of a chart.
 

Method Detail

zoomChanged

void zoomChanged(ChartSelectionEvent event)
The callback method on the listening object that is invoked when the user zooms in or out of a chart.

Parameters:
event - the event

JIDE 3.5.15