ch.hearc.I04_05s08.GUI
Class CutActionListener

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

public class CutActionListener
extends Object
implements ActionListener

A listener for cutting element

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

Field Summary
 MainApplication mainframe
          The main frame
 
Constructor Summary
CutActionListener(MainApplication mainframe)
          Build a new cut 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

CutActionListener

public CutActionListener(MainApplication mainframe)
Build a new cut 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