de.uni_paderborn.fujaba.gui
Class PEThrowsCancelActionListener

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.PEThrowsCancelActionListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

class PEThrowsCancelActionListener
extends java.lang.Object
implements java.awt.event.ActionListener

Listener for the cancel-button

Version:
$Revision: 1.12 $
Author:
$Author: lowende $

Field Summary
(package private)  PEThrowsDialog tmpDia
          UMLAttribute: ' PEThrowsDialog : tmpDia'
 
Constructor Summary
(package private) PEThrowsCancelActionListener(PEThrowsDialog tmpDia)
          UMLMethod : ' PEThrowsCancelActionListener (PEThrowsDialog) : Constructor
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          UMLMethod : '+ actionPerformed (ActionEvent) : void
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tmpDia

PEThrowsDialog tmpDia
UMLAttribute: ' PEThrowsDialog : tmpDia'

Constructor Detail

PEThrowsCancelActionListener

PEThrowsCancelActionListener(PEThrowsDialog tmpDia)
UMLMethod : ' PEThrowsCancelActionListener (PEThrowsDialog) : Constructor

Parameters:
tmpDia - No description provided
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
UMLMethod : '+ actionPerformed (ActionEvent) : void

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