com.f1j.swing.engine.ss
Interface ChartViewListener


public interface ChartViewListener
extends java.util.EventListener

The listener interface for receiving ChartViewEvent objects.


Method Summary
 void selectionChanged(ChartViewEvent event)
          This method is called to notify the listener of changes to the chart selection.
 void viewChanged(ChartViewEvent event)
          This method is called to notify the listener of changes to the chart view.
 

Method Detail

selectionChanged

public void selectionChanged(ChartViewEvent event)
This method is called to notify the listener of changes to the chart selection.
Parameters:
event - a ChartViewEvent object.

viewChanged

public void viewChanged(ChartViewEvent event)
This method is called to notify the listener of changes to the chart view.
Parameters:
event - a ChartViewEvent object.