upidiff.gui
Class ErrorDialogGuiListener

java.lang.Object
  |
  +--upidiff.gui.ErrorDialogGuiListener
All Implemented Interfaces:
ActionListener, EventListener

class ErrorDialogGuiListener
extends Object
implements ActionListener

This subclass implements an ActionListener for the mainclass

Author:
Kasbar Sulieman

Field Summary
(package private)  ErrorDialogGUI adaptee
           
 
Constructor Summary
(package private) ErrorDialogGuiListener(ErrorDialogGUI adaptee)
          This methode constructs a new ActionListenerObject
 
Method Summary
 void actionPerformed(ActionEvent e)
          Method that handels a preformed click on the ok Button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

ErrorDialogGUI adaptee
Constructor Detail

ErrorDialogGuiListener

ErrorDialogGuiListener(ErrorDialogGUI adaptee)
This methode constructs a new ActionListenerObject

Parameters:
adaptee - a referenze of the parent object.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Method that handels a preformed click on the ok Button

Specified by:
actionPerformed in interface ActionListener
Parameters:
e - The occured ActionEvent