ch.hearc.I04_05s08.GUI
Class DeleteActionListener

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

public class DeleteActionListener
extends Object
implements ActionListener

A listener for deleting element

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

Field Summary
 MainApplication mainframe
          The main frame
 
Constructor Summary
DeleteActionListener(MainApplication mainframe)
          Build a new delete listener
 
Method Summary
 void actionPerformed(ActionEvent e)
          Delete 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

DeleteActionListener

public DeleteActionListener(MainApplication mainframe)
Build a new delete listener

Parameters:
mainframe - the main application
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Delete 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