de.uni_paderborn.fujaba.gui
Class EditImportDialog.NewActionListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.EditImportDialog.NewActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
EditImportDialog

private class EditImportDialog.NewActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

This actionListener is responsible for displaying the new Dialog.

Version:
$Revision: 1.36 $
Author:
$Author: fklar $

Field Summary
private  java.awt.Dialog dialog
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
EditImportDialog.NewActionListener(java.awt.Dialog aDialog)
          Constructor for class NewActionListener
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

private java.awt.Dialog dialog
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

EditImportDialog.NewActionListener

public EditImportDialog.NewActionListener(java.awt.Dialog aDialog)
Constructor for class NewActionListener

Parameters:
aDialog - No description provided
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - No description provided