de.uni_paderborn.fujaba.gui
Class PEThrowsOKActionListener

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

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

Listener for the ok-button

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

Field Summary
(package private)  PEThrowsDialog tmpDia
          UMLAttribute: ' PEThrowsDialog : tmpDia'
 
Constructor Summary
(package private) PEThrowsOKActionListener(PEThrowsDialog tmpDia)
          UMLMethod : ' PEThrowsOKActionListener (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

PEThrowsOKActionListener

PEThrowsOKActionListener(PEThrowsDialog tmpDia)
UMLMethod : ' PEThrowsOKActionListener (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