ch.hearc.I04_05s08.GUI
Class CopyActionListener

java.lang.Object
  extended bych.hearc.I04_05s08.GUI.CopyActionListener
All Implemented Interfaces:
ActionListener, EventListener

public class CopyActionListener
extends Object
implements ActionListener

A listener for copying element

Author:
Blanc, Yoan
Licence:
MIT
Copyright:
2005 Yoan Blanc, HE-ARC Ing�nierie

Field Summary
 MainApplication mainframe
          The main frame
 
Constructor Summary
CopyActionListener(MainApplication mainframe)
          Build a new copy listener
 
Method Summary
 void actionPerformed(ActionEvent e)
          Copy the selected element in the graph
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mainframe

public MainApplication mainframe
The main frame

Constructor Detail

CopyActionListener

public CopyActionListener(MainApplication mainframe)
Build a new copy listener

Parameters:
mainframe - the main application
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Copy the selected element in the graph

Specified by:
actionPerformed in interface ActionListener
Parameters:
e - event


A project by Blanc, Yoan – supervised by Dr. Ghorbel, Hatem.
2004 © Blanc, Yoan - HE-ARC