de.saar.chorus.ubench.gui.chartviewer
Class ChartViewerListener

Object
  extended by ChartViewerListener
All Implemented Interfaces:
ActionListener, EventListener

public class ChartViewerListener
extends Object
implements ActionListener

This ActionListener processes all actions of one (and only one) ChartViewer.

Author:
Michaela Regneri
See Also:
ChartViewer

Method Summary
 void actionPerformed(ActionEvent e)
          This processes all events occuring within the ChartViewer.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
This processes all events occuring within the ChartViewer.

Specified by:
actionPerformed in interface ActionListener